Skip to main content
Tab

ASPxTreeView.RefreshVirtualTree() Method

In This Article

Rebuilds an ASPxTreeView in virtual mode

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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 ASPxTreeView in virtual mode.

See Also