LayoutViewField(RepositoryItem) Constructor
Initializes a new instance of the LayoutViewField class with the specified repository item.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Parameters
Name | Type | Description |
---|---|---|
editor | RepositoryItem | A RepositoryItem class descendant which identifies the type of editor to be used for data editing in the created field. |
See Also