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

CheckButton.Toggle() Method

Swaps the button’s check state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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