AxpDataGrid

EditFieldItem.Wrap Property

Whether a text input field is wrappable.

[Visual Basic]
Public Property Wrap As Boolean
[C#]
public bool Wrap {get; set;}

Property Value

true if a text input field is wrappable, false otherwise. Default is true for long text field database types (blobs), false otherwise.

Remarks

Note. If Wrap is set to true, the TextMode is automatically set to multi line.

See Also

EditFieldItem Class | Axezz.WebControls Namespace