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.1.dll

Declaration

public class BarToggleSwitchItem :
    BarItem

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BarToggleSwitchItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also