Skip to main content
Tab

ASPxTreeView.RefreshVirtualTree(TreeViewNode) Method

Rebuilds the ASPxTreeView in virtual mode, starting from the specified node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void RefreshVirtualTree(
    TreeViewNode startNode
)

Parameters

Name Type Description
startNode TreeViewNode

A TreeViewNode object that represents the starting node.

Remarks

Use the RefreshVirtualTree method to rebuild a part of the ASPxTreeView in virtual mode.

See Also