Skip to main content

ASPxTreeList.RefreshVirtualTree() Method

In This Article

Rebuilds a virtual tree.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

#Declaration

public void RefreshVirtualTree()

#Remarks

The RefreshVirtualTree method can be useful when the underlying data has been changed and it is required to update the virtual tree.

See Also