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

BarToggleSwitchItem Class

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class BarToggleSwitchItem :
    BarItem

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