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

BarBaseButtonItemLink.Item Property

Gets the bar item which the current link corresponds to.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarBaseButtonItem Item { get; }

Property Value

Type Description
BarBaseButtonItem

A BarBaseButtonItem object representing the item which the current link corresponds to.

See Also