ASPxTreeList.RefreshVirtualTree(TreeListNode) Method
Rebuilds the tree, starting from the specified node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| startNode | TreeListNode | A TreeListNode object that represents the starting node. |
Remarks
Use the RefreshVirtualTree method to rebuild a part of the virtual tree.
See Also