Skip to main content
Bar

BarToggleSwitchItem Class

A Windows UI-style check button, which can have the checked and unchecked states.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class BarToggleSwitchItem :
    BarItem,
    ISupportCommandBinding,
    ISupportUICommand

The following members return BarToggleSwitchItem objects:

Remarks

BarToggleSwitchItem is a bar item that displays a Windows UI-style check button.

BarToggleSwitchItem

The item’s check state is specified by the BarToggleSwitchItem.Checked property. To respond to changing the check state, handle the BarToggleSwitchItem.CheckedChanged event.

See Bar Item Links to learn more.

Inheritance

See Also