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

BaseCheckedListBoxControl.UnCheckSelectedItems() Method

Unchecks all selected (highlighted) items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void UnCheckSelectedItems()

Remarks

This method unchecks all selected (highlighted) items identified by the BaseListBoxControl.SelectedIndices collection.

See Also