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

ToggleSwitch Class

Represents a toggle switch.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public class ToggleSwitch :
    ToggleStateButton

Remarks

The ToggleSwitch control contains a toggle switch and a content area.

ToggleSwitch visual elements

The ToggleSwitch‘s content is specified by the ToggleSwitch.CheckedStateContent and ToggleSwitch.UncheckedStateContent properties. The ToggleSwitch.ContentPlacement property specifies the position of the content area within the control.

The ToggleSwitch control supports three states (checked, unchecked and indeterminate) if its ToggleSwitch.IsThreeState property is set to true. Otherwise, the control works with the checked and unchecked states only.

The ToggleSwitch.IsChecked property specifies the editor’s state. The toggle switch editor fires the following events when its state changes.

Note

The ToggleSwitch control is designed to be used in standalone mode.

The ToggleSwitchEdit control is designed to be used in templates (for example, in the GridControl‘s CellTemplate), and it uses the ToggleSwitch control inside. You can also use the ToggleSwitchEdit control as a standalone control.

Inheritance

See Also