ExtensionsFactory.TreeList(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 |
---|---|---|
settings | TreeListSettings | A TreeListSettings object containing TreeList extension settings. |
Returns
Type | Description |
---|---|
TreeListExtension | A TreeListExtension object implementing the TreeList functionality. |
See Also