Skip to main content

TdxTileControlItemDetailOptions.Caption Property

Specifies the caption of a tab displayed in a tile control’s title for a detail page.

Declaration

property Caption: string read; write;

Property Value

Type
string

Remarks

This property is in effect only if you set the ShowTab property to True or handled a tile item’s OnActivateDetail event.

Note

If the Caption property is assigned an empty string, then the text of one of four text blocks of a tile item (searched from the first to the fourth) is used as the tab caption. If none of the text blocks is specified, the tile item’s component name is used instead.

See Also