NextPreviousPagerField.RenderNonBreakingSpacesBetweenControls Propriedade

Definição

Obtém ou define um valor que indica se os espaços não separáveis são renderizados entre os controles.Gets or sets a value that indicates whether non-breaking spaces are rendered between controls.

public:
 property bool RenderNonBreakingSpacesBetweenControls { bool get(); void set(bool value); };
public bool RenderNonBreakingSpacesBetweenControls { get; set; }
member this.RenderNonBreakingSpacesBetweenControls : bool with get, set
Public Property RenderNonBreakingSpacesBetweenControls As Boolean

Valor da propriedade

Boolean

true Se os espaços não separáveis forem renderizados entre os controles; caso contrário, false .true if non-breaking spaces are rendered between controls; otherwise, false. O padrão é true.The default is true.

Comentários

Use a RenderNonBreakingSpacesBetweenControls propriedade para especificar se os espaços não separáveis (o   caractere html) são renderizados entre os controles de navegação do NextPreviousPagerField objeto.Use the RenderNonBreakingSpacesBetweenControls property to specify whether non-breaking spaces (the HTML   character) are rendered between the navigation controls of the NextPreviousPagerField object. Você pode definir RenderNonBreakingSpacesBetweenControls como false se precisar de mais controle sobre o layout que está criando com classes de folhas de estilo em cascata (CSS).You can set RenderNonBreakingSpacesBetweenControls to false if you need more control over the layout that you are creating with cascading style sheet (CSS) classes.

O valor dessa propriedade é armazenado em ViewState.The value of this property is stored in viewstate.

Aplica-se a

Confira também