MVCxTreeViewNodeCollection.Insert(Int32, MVCxTreeViewNode) Method
Inserts the specified node object into the collection at the specified index.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index location where a specific node object should be inserted. |
node | MVCxTreeViewNode | A MVCxTreeViewNode object representing the node to insert into the collection. |
Remarks
This method allows an existing node object to be inserted into the current collection.
See Also