Back to Devexpress

PGridCustomEditorRow.Repository Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridcustomeditorrow-75599bf0.md

latest1.7 KB
Original Source

PGridCustomEditorRow.Repository Property

Gets or sets the repository item of the editor used to edit values in this row.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RepositoryItem Repository { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Repository As RepositoryItem

Property Value

TypeDefaultDescription
RepositoryItem*null*

An object that specifies a repository item of the editor used to edit values in this row.

|

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace