Skip to main content
Bar

BarItemLink.DisplayCaption Property

Gets the display caption of the current BarItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual string DisplayCaption { get; }

Property Value

Type Description
String

The current BarItemLink caption.

See Also