Skip to main content
A newer version of this page is available. .

ExtensionsFactory.TreeView(Action<TreeViewSettings>) Method

Creates a TreeView.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public TreeViewExtension TreeView(
    Action<TreeViewSettings> method
)

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