C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class / Text Property

In This Topic
Text Property (OwnerDrawCellEventArgs)
In This Topic
Gets or sets the text that will be displayed in the cell.
Syntax
'Declaration
 
Public Property Text As String
 
Remarks
Changing this value is an easy way to modify the text displayed in a cell without any custom drawing code.
See Also