Back to Devexpress

ExtensionsFactory.TreeList(Action<TreeListSettings>) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-treelist-x28-system-dot-action-devexpress-dot-web-dot-mvc-dot-treelistsettings-x29.md

latest1.6 KB
Original Source

ExtensionsFactory.TreeList(Action<TreeListSettings>) Method

Creates a TreeList.

Namespace : DevExpress.Web.Mvc.UI

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public TreeListExtension TreeList(
    Action<TreeListSettings> method
)
vb
Public Function TreeList(
    method As Action(Of TreeListSettings)
) As TreeListExtension

Parameters

NameTypeDescription
methodAction<TreeListSettings>

A delegate method that accepts TreeListSettings as a parameter.

|

Returns

TypeDescription
TreeListExtension

A TreeListExtension object implementing the TreeList functionality.

|

See Also

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace