ASPxTreeList.IsVirtualMode() Method
In This Article
Indicates whether the ASPxTreeList operates in Virtual Mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.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