Skip to main content
Bar

BarBaseButtonItemLink.Item Property

Gets the bar item which the current link corresponds to.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.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