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

BaseCheckedListBoxControl.InvertCheckState() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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