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

CheckedComboBoxEdit.CheckAll() Method

Checks all the control’s items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.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