Back to Devexpress

RepositoryItemGridLookUpEditBase.RepositoryItems Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemgridlookupeditbase-49805e50.md

latest2.1 KB
Original Source

RepositoryItemGridLookUpEditBase.RepositoryItems Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual RepositoryItemCollection RepositoryItems { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property RepositoryItems As RepositoryItemCollection

Property Value

TypeDescription
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

RepositoryItemGridLookUpEditBase Class

RepositoryItemGridLookUpEditBase Members

DevExpress.XtraEditors.Repository Namespace