Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Insert(
    int index,
    MVCxTreeViewNode node
)

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