TcxRowCaptionInfo.Caption Property
Returns the text displayed within the row item caption.
Declaration
property Caption: string read; write;
Property Value
Type |
---|
string |
Remarks
You can use the Caption property to obtain the text displayed within the row item caption. To change the caption text, you should use the Row.Properties.Caption property.
See Also