BootstrapTreeView.VirtualModeCreateChildren Event
Used to activate virtual mode. Occurs when expanding a node for the first time in this mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public event BootstrapTreeViewVirtualModeCreateChildrenEventHandler VirtualModeCreateChildren
Event Data
The VirtualModeCreateChildren event's data class is BootstrapTreeViewVirtualModeCreateChildrenEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Children | Gets or sets the collection of children for the currently processed node object. |
NodeName | Gets or sets the processed node’s name. Inherited from TreeViewVirtualModeCreateChildrenEventArgs. |
See Also