LayoutViewField.RepositoryItem Property
Gets the repository item specifying the editor used to edit the current field’s cell values.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public override RepositoryItem RepositoryItem { get; set; }
#Property Value
Type | Description |
---|---|
Repository |
A Repository |
#Remarks
Use a corresponding column’s GridColumn.ColumnEdit property to specify the editor type used for in-place editing. To access this column, see the LayoutViewField.Column property.
The RepositoryItem property returns the value of the GridColumn.ColumnEdit property.