ASPxTreeList.IsVirtualMode() Method
Indicates whether the ASPxTreeList operates in Virtual Mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
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