Back to Devexpress

BaseCheckedListBoxControl.IsAllSelectedItemsChecked() Method

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedlistboxcontrol-48e45ef7.md

latest1.7 KB
Original Source

BaseCheckedListBoxControl.IsAllSelectedItemsChecked() Method

Returns whether all selected (highlighted) items are checked.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsAllSelectedItemsChecked()
vb
Public Function IsAllSelectedItemsChecked As Boolean

Returns

TypeDescription
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

SelectedIndices

GetItemChecked(Int32)

BaseCheckedListBoxControl Class

BaseCheckedListBoxControl Members

DevExpress.XtraEditors Namespace