Skip to main content

TcxCustomGridTableItem.AlternateCaption Property

Specifies an alternative caption for the current item.

Declaration

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:

An item’s alternative caption is determined by the GetAlternateCaption function call.

See Also