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

ExtensionsFactory.TreeList(Action<TreeListSettings>) Method

Creates a TreeList.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public TreeListExtension TreeList(
    Action<TreeListSettings> method
)

Parameters

Name Type Description
method Action<TreeListSettings>

A delegate method that accepts TreeListSettings as a parameter.

Returns

Type Description
TreeListExtension

A TreeListExtension object implementing the TreeList functionality.

See Also