TreeListEditor(IModelListView) Constructor
In This Article
Creates and initializes an instance of the TreeListEditor class.
Namespace: DevExpress.ExpressApp.TreeListEditors.Win
Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
#Declaration
public TreeListEditor(
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