Skip to main content

CheckedComboBoxEdit.CheckAll() Method

Checks all the control’s items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CheckAll()

Remarks

This method sets the CheckedListBoxItem.CheckState property to Checked for all items in the RepositoryItemCheckedComboBoxEdit.Items collection.

See Also