Skip to main content
A newer version of this page is available. .

MVCxTreeViewNodeCollection.Add Method

Name Parameters Description
Add() none Creates a new node with the default settings and adds it to the collection.
Add(MVCxTreeViewNode) node Adds a specified node to the end of the collection.
Add(Action<MVCxTreeViewNode>) method Adds a new node to the collection and allows you to customize this node in a delegate method implementation.
Add(String, String, String, String, String) text, name, imageUrl, navigateUrl, target Creates a new node with the specified settings and adds it to the collection.
Add(String, String, String, String) text, name, imageUrl, navigateUrl Creates a new node with the specified settings and adds it to the collection.
Add(String, String, String) text, name, imageUrl Creates a new node with the specified settings and adds it to the collection.
Add(String, String) text, name Creates a new node with the specified settings and adds it to the collection.
Add(String) text Creates a new node with the specified setting and adds it to the collection.