Skip to main content

TreeListSettings Class

Contains the TreeList extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class TreeListSettings :
    SettingsBase

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