ExtensionsFactory.TreeList(Action<TreeListSettings>) Method
Creates a TreeList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<TreeListSettings> | A delegate method that accepts TreeListSettings as a parameter. |
Returns
Type | Description |
---|---|
TreeListExtension | A TreeListExtension object implementing the TreeList functionality. |
See Also