Back to Devexpress

TdxNavBarCustomItem.Caption Property

vcl-dxnavbarcollns-dot-tdxnavbarcustomitem-ec55e50f.md

latest1.3 KB
Original Source

TdxNavBarCustomItem.Caption Property

Specifies a collection item’s caption.

Declaration

delphi
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

Link Arrangement

TdxNavBarCustomItem Class

TdxNavBarCustomItem Members

dxNavBarCollns Unit