CheckButton.Toggle() Method
In This Article
Swaps the button’s check state.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
Use the CheckButton.Checked property to specify the button’s check state directly.
To respond to a button’s state being changed, handle the CheckButton.CheckedChanged event.
See Also