Skip to main content

BaseCheckedListBoxControl.InvertCheckState() Method

Inverts the check state for each item in the BaseCheckedListBoxControl.Items collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void InvertCheckState()

Remarks

The InvertCheckState method inverts the check state (CheckedListBoxItem.CheckState) for each item in the BaseCheckedListBoxControl.Items collection. Items with the indeterminate state remain unchanged.

This method is not supported when the control is in bound mode.

See Also