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

TreeViewExtension.GetState(String) Method

Gets the information about the treeview items state.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static TreeViewState GetState(
    string name
)

Parameters

Name Type Description
name String

The extension name.

Returns

Type Description
TreeViewState

A TreeViewState object that is the treeview nodes state.

See Also