Skip to main content

TreeViewState Class

Contains information (the current state) on all treeview nodes.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class TreeViewState

The following members return TreeViewState objects:

Remarks

An object of this type can be accessed via the TreeViewExtension.GetState property.

Inheritance

Object
TreeViewState
See Also