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

ASPxTreeList.RefreshVirtualTree() Method

Rebuilds a virtual tree.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

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