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

BootstrapTreeViewVirtualModeCreateChildrenEventArgs.Children Property

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

Namespace: DevExpress.Web.Bootstrap

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

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