Skip to main content

ASPxTreeList.IsVirtualMode() Method

Indicates whether the ASPxTreeList uses Virtual Mode.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v26.1.dll

Declaration

public bool IsVirtualMode()

Returns

Type Description
Boolean

true if the ASPxTreeList uses virtual mode; otherwise, false.

Remarks

The IsVirtualMode method returns true if the ASPxTreeList is not bound to a data source and you handle its ASPxTreeList.VirtualModeCreateChildren and ASPxTreeList.VirtualModeNodeCreating events.

See Also