Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[Browsable(false)]
[DefaultValue(null)]
public RepositoryItem Repository { get; set; }

Property Value

Type Default Description
RepositoryItem *null*

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

See Also