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

TreeViewBuilder Class

A TreeView control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TreeViewBuilder :
    WidgetBuilder

The following members return TreeViewBuilder objects:

Show 123 links

Remarks

Call the TreeView helper method to create a new TreeView control. The method creates a TreeViewBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().TreeView() // create a TreeView
    // call methods to specify control options
)

Inheritance

See Also