PGridCustomEditorRow.Repository Property
In This Article
Gets or sets the repository item of the editor used to edit values in this row.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RepositoryItem Repository { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Repository |
*null* | An object that specifies a repository item of the editor used to edit values in this row. |
See Also