Back to Devexpress

BaseCheckedListBoxControl.InvertCheckState() Method

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedlistboxcontrol-25d28378.md

latest1.7 KB
Original Source

BaseCheckedListBoxControl.InvertCheckState() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void InvertCheckState()
vb
Public Overridable Sub 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

CheckState

InvertCheckState()

BaseCheckedListBoxControl Class

BaseCheckedListBoxControl Members

DevExpress.XtraEditors Namespace