TableItemStyle.Wrap Propriedade

Definição

Obtém ou define um valor que indica se o conteúdo de uma célula é encapsulado na célula.Gets or sets a value indicating whether the contents of a cell wrap in the cell.

public:
 virtual property bool Wrap { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public virtual bool Wrap { get; set; }
public virtual bool Wrap { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Wrap : bool with get, set
member this.Wrap : bool with get, set
Public Overridable Property Wrap As Boolean

Valor da propriedade

Boolean

true se o conteúdo da célula quebra na célula; caso contrário, false.true if the contents of the cell wrap in the cell; otherwise, false. O padrão é true.The default is true.

Atributos

Comentários

Use a Wrap propriedade para especificar ou determinar se o conteúdo da célula será quebrado.Use the Wrap property to specify or determine whether the contents of the cell wrap.

O valor dessa propriedade é armazenado em estado de exibição.The value of this property is stored in view state.

Aplica-se a

Confira também