BaseCheckedListBoxControl.InvertCheckState() Method
Inverts the check state for each item in the BaseCheckedListBoxControl.Items collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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