BaseCheckedListBoxControl.IsAllSelectedItemsChecked() Method
Returns whether all selected (highlighted) items are checked.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Boolean | true if all selected items are checked; otherwise, false. |
Remarks
Selected (highlighted) items are identified by the BaseListBoxControl.SelectedIndices collection. If all items in this collection are checked, the IsAllSelectedItemsChecked function returns true.
See Also