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

RepositoryItemGridLookUpEditBase.RepositoryItems Property

Returns the collection of repository items (inplace editors) owned by the embedded grid control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public virtual RepositoryItemCollection RepositoryItems { get; }

Property Value

Type Description
RepositoryItemCollection

A RepositoryItemCollection object that stores the embedded grid’s repository items.

Remarks

A grid control’s EditorContainer.RepositoryItems property stores the repository items that can be used for in-place editing within the grid. The RepositoryItems property simply returns the embedded grid control’s repository items. Refer to the EditorContainer.RepositoryItems topic, for more information.

See Also