LayoutViewField(RepositoryItem) Constructor
Initializes a new instance of the LayoutViewField class with the specified repository item.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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