Skip to main content

ASPxTreeList.RefreshVirtualTree() Method

Rebuilds a virtual tree.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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