Skip to main content

BootstrapTreeViewNodeCollection.Add() Method

Adds a new node with default settings to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTreeViewNode Add()

Returns

Type Description
BootstrapTreeViewNode

A BootstrapTreeViewNode object representing the newly created node.

Remarks

Use the Add method to add a new node with default settings to the end of the BootstrapTreeViewNodeCollection object.

See Also