ASPxTreeList.RefreshVirtualTree(TreeListNode) Method
In This Article
Rebuilds the tree, starting from the specified node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void RefreshVirtualTree(
TreeListNode startNode
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Tree |
A Tree |
#Remarks
Use the RefreshVirtualTree method to rebuild a part of the virtual tree.
See Also