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.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RepositoryItem | A RepositoryItem descendant. |
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.
See Also