ToggleSwitch.Toggle() Method
In This Article
Inverts the state of the ToggleSwitch control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
To explicitly set the control’s state, use the ToggleSwitch.IsOn property.
See Also