Back to Devexpress

TreeListSettings Class

aspnet-devexpress-dot-web-dot-mvc-291f8caa.md

latest2.1 KB
Original Source

TreeListSettings Class

Contains the TreeList extension settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class TreeListSettings :
    SettingsBase
vb
Public Class TreeListSettings
    Inherits 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

Object SettingsBase TreeListSettings TreeListSettings<RowType>

See Also

TreeListSettings Members

Tree List

TreeListExtension

DevExpress.Web.Mvc Namespace