Skip to main content

CheckedListBoxItem.InvertCheckState() Method

Inverts the item’s check state.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.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