Skip to main content

BootstrapTreeViewVirtualModeCreateChildrenEventArgs.Children Property

Gets or sets the collection of children for the currently processed node object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public IList<BootstrapTreeViewVirtualNode> Children { get; set; }

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