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

RepositoryItemCheckedComboBoxEdit.GetCheckedItems() Method

Returns all currently checked items owned by this editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public object GetCheckedItems()

Returns

Type Description
Object

A Object object that stores all currently checked items owned by this editor.

See Also