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.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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