WrapText Property (DDCell)
In This Topic
Gets or sets whether the text of the cell can be wrapped or not.
Syntax
'Declaration
Public Property WrapText As Boolean
public bool WrapText {get; set;}
Property Value
A
System.Boolean value representing whether the text of the cell can be wrapped or not.
See Also