Skip to main content

TreeViewSettings.VirtualModeCreateChildren Property

OBSOLETE

Use the BindToVirtualData method instead.

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the BindToVirtualData method instead.")]
public TreeViewVirtualModeCreateChildrenEventHandler VirtualModeCreateChildren { get; set; }

Property Value

Type
TreeViewVirtualModeCreateChildrenEventHandler
See Also