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

BaseCheckedListBoxControl.IsAllSelectedItemsChecked() Method

Returns whether all selected (highlighted) items are checked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public bool IsAllSelectedItemsChecked()

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