RepositoryItemCheckedComboBoxEdit.GetItems() Method
Returns items from the RepositoryItemCheckedComboBoxEdit.Items collection. In bound mode, this method populates the item collection before returning it.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
CheckedListBoxItemCollection | A CheckedListBoxItemCollection object that contains items. |
See Also