Skip to main content
A newer version of this page is available. .

TdxNavBarCustomItem.Caption Property

Specifies a collection item’s caption.

Declaration

property Caption: string read; write;

Property Value

Type
string

Remarks

Captions for NavBar groups are displayed within group headers.

Captions for NavBar items are displayed within the links that refer to these items.

Note that if a group’s ShowAsIconView property is set to True, the Caption property’s text is not displayed within the corresponding link. But note that Explorer Bar Views don’t support this link layout.

See Also