TcxGridGroupRow.DisplayCaption Property
Gets the caption of the currently processed group row.
Declaration
property DisplayCaption: string read;
Property Value
Type |
---|
string |
Remarks
The DisplayCaption property returns a caption specified by the GroupedColumn.AlternateCaption property. If the GroupedColumn.AlternateCaption property contains an empty string, the GroupedColumn.Caption property’s value will be returned.
See Also