Skip to main content

ExtensionsFactory.TreeView(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(
    TreeViewSettings settings
)

Parameters

Name Type Description
settings TreeViewSettings

A TreeViewSettings object containing TreeView extension settings.

Returns

Type Description
TreeViewExtension

A TreeViewExtension object implementing the TreeView functionality.

See Also