Skip to main content

MVCxTreeViewNodeCollection.Add(MVCxTreeViewNode) Method

Adds a specified node to the end of the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Add(
    MVCxTreeViewNode node
)

Parameters

Name Type Description
node MVCxTreeViewNode

A MVCxTreeViewNode object representing a node to be added.

Remarks

Use the Add method to add a specified node to the end of the MVCxTreeViewNodeCollection object.

See Also