RepositoryItemGridLookUpEditBase.RepositoryItems Property
In This Article
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 |
---|---|
Repository |
A Repository |
#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