Skip to main content
Tab

ASPxTreeView.RefreshVirtualTree() Method

Rebuilds an ASPxTreeView in virtual mode

Namespace: DevExpress.Web

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

See Also