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