Skip to main content

ExtensionsFactory.TreeView(Action<TreeViewSettings>) Method

Creates a TreeView.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

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