GridListEditor(IModelListView) Constructor
In This Article
Creates and initializes an instance of the GridListEditor class.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public GridListEditor(
IModelListView model
)
#Parameters
Name | Type | Description |
---|---|---|
model | IModel |
An IModel |
#Remarks
Generally, you do not need to call this constructor. If you need to instantiate a List View, use the XafApplication.CreateListView method.
See Also