Back to Devexpress

CheckedComboBoxEdit.CheckAll() Method

windowsforms-devexpress-dot-xtraeditors-dot-checkedcomboboxedit-813edb73.md

latest1.3 KB
Original Source

CheckedComboBoxEdit.CheckAll() Method

Checks all the control’s items.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void CheckAll()
vb
Public Sub CheckAll

Remarks

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

See Also

CheckState

Items

CheckedComboBoxEdit Class

CheckedComboBoxEdit Members

DevExpress.XtraEditors Namespace