Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemGridLookUpEditBase.RepositoryItems Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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