Back to Devexpress

TreeViewSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-49197c52.md

latest2.1 KB
Original Source

TreeViewSettings Class

Contains the TreeView extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class TreeViewSettings :
    SettingsBase
vb
Public Class TreeViewSettings
    Inherits SettingsBase

Remarks

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

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

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

Inheritance

Object SettingsBase TreeViewSettings

See Also

TreeViewSettings Members

TreeView

TreeViewExtension

DevExpress.Web.Mvc Namespace