TcxCustomGridTableItem.AlternateCaption Property
In This Article
Specifies an alternative caption for the current item.
#Declaration
Delphi
property AlternateCaption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to replace the caption specified by the item’s Caption property with a different (alternative) string in dialogs, forms, and UI elements, including:
The filter panel
The Group By box and group rows
An item’s alternative caption is determined by the GetAlternateCaption function call.
See Also