Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItemDetailOptions.Caption Property

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

#Declaration

Delphi
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