Skip to main content

MVCxTreeViewNodeCollection.Add(Action<MVCxTreeViewNode>) Method

Adds a new node to the collection and allows you to customize this node in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Add(
    Action<MVCxTreeViewNode> method
)

Parameters

Name Type Description
method Action<MVCxTreeViewNode>

A delegate method that accepts the created MVCxTreeViewNode as a parameter.

See Also