TreeViewSettings.VirtualModeCreateChildren Property
In This Article
OBSOLETE
Use the Bind
Used to activate virtual mode. Occurs when expanding a node for the first time in this mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the BindToVirtualData method instead.")]
public TreeViewVirtualModeCreateChildrenEventHandler VirtualModeCreateChildren { get; set; }
#Property Value
Type |
---|
Tree |
See Also