Skip to main content

TcxCustomGridTableItem.Caption Property

Specifies the item’s caption.

Declaration

property Caption: string read; write;

Property Value

Type
string

Remarks

The following elements display item captions:

  • Columns in Table and Banded Table Views;

  • Caption rows/regions in Card Views;

  • Items in Layout Views.

Use the AlternateCaption property to provide an alternative caption for display in the Customization Form, Quick Customization dropdown list, various dialogs, etc.

See Also