BootstrapTreeViewVirtualModeCreateChildrenEventArgs.Children Property
Gets or sets the collection of children for the currently processed node object.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
IList<BootstrapTreeViewVirtualNode> | The list of child nodes. |
Remarks
Use the Children property to access a list of child objects owned by the processed node.
See Also