TcxCustomGridCellViewInfo.Text Property
In This Article
Specifies cell text.
#Declaration
Delphi
property Text: string read; write;
#Property Value
Type |
---|
string |
#Remarks
ViewInfo classes (TcxCustomGridCellViewInfo
descendants) that correspond to column headers and footer cells use this property to store their captions. Note that grid View data cells store their text within ViewInfo objects of in-place editors.
See Also