Skip to main content

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

public CheckedListBoxItemCollection GetItems()

Returns

Type Description
CheckedListBoxItemCollection

A CheckedListBoxItemCollection object that contains items.

See Also