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

BarItemLink.Bar Property

Returns a Bar to which the current item link belongs.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Bar

A Bar containing the current item link.

See Also