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

CheckedListBoxItem.InvertCheckState() Method

Inverts the item’s check state.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void InvertCheckState()

Remarks

If the item’s state is indeterminate, the state remains unchanged.

See Also