Skip to main content
A newer version of this page is available. .

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

Declaration

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

Property Value

Type
TreeViewVirtualModeCreateChildrenEventHandler
See Also