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

TreeListExtension Class

An extension object implementing the TreeList functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class TreeListExtension :
    ExtensionBase

Remarks

To declare the TreeList in a View, invoke the ExtensionsFactory.TreeList helper method. This method returns the TreeList extension that is implemented by the TreeListExtension class.

To configure the TreeList extension, pass the TreeListSettings object to the ExtensionsFactory.TreeList helper method as a parameter. The TreeListSettings object contains all the TreeList extension settings.

Refer to the TreeList Overview topic to learn how to add the TreeList extension to your project.

Inheritance

See Also