TreeListExtension(TreeListSettings, ViewContext) Constructor
In This Article
Initializes a new instance of the TreeListExtension class with the specified settings and provides the context information about the view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeListExtension(
TreeListSettings settings,
ViewContext viewContext
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
An object containing extension specific settings. |
view |
View |
A View |
See Also