Skip to main content
Tab

ASPxTreeView.IsVirtualMode() Method

In This Article

Indicates whether the ASPxTreeView operates in virtual mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsVirtualMode()

#Returns

Type Description
Boolean

true if the ASPxTreeView operates in virtual mode; otherwise, false.

See Also