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