Skip to main content

CheckButton.Toggle() Method

Swaps the button’s check state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Toggle()

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