ComponentOne FlexGrid for WinForms
Text Property (OwnerDrawCellEventArgs)

C1.Win.C1FlexGrid Namespace > OwnerDrawCellEventArgs Class : Text Property
Gets or sets the text that will be displayed in the cell.
Syntax
'Declaration
 
Public Property Text As String
public string Text {get; set;}
Remarks
Changing this value is an easy way to modify the text displayed in a cell without any custom drawing code.
See Also

Reference

OwnerDrawCellEventArgs Class
OwnerDrawCellEventArgs Members