Skip to main content

ASPxTreeList.IsVirtualMode() Method

Indicates whether the ASPxTreeList operates in Virtual Mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public bool IsVirtualMode()

#Returns

Type Description
Boolean

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

#Remarks

The IsVirtualMode method returns true, if the ASPxTreeList isn’t bound to a data source and you handle its ASPxTreeList.VirtualModeCreateChildren and ASPxTreeList.VirtualModeNodeCreating events.

See Also