Skip to main content
Bar

BarToggleSwitchItemLink.Item Property

Returns a BarToggleSwitchItem to which the current item link corresponds.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarToggleSwitchItem Item { get; }

Property Value

Type Description
BarToggleSwitchItem

A BarToggleSwitchItem to which the current item link corresponds.

See Also