ExtensionsFactory.TreeList(Action<TreeListSettings>) Method
In This Article
Creates a TreeList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeListExtension TreeList(
Action<TreeListSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Tree |
A delegate method that accepts Tree |
#Returns
Type | Description |
---|---|
Tree |
A Tree |
See Also