MVCxTreeViewNodeCollection.Add(MVCxTreeViewNode) Method
Adds a specified node to the end of the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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