Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarToggleSwitchItem Class

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

Namespace: DevExpress.XtraBars

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