MVCxTreeListToolbarItemCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new toolbar item to the collection. |
| Add(TreeListToolbarCommand, Boolean) | command, beginGroup | Adds a new toolbar item to the collection. |
| Add(TreeListToolbarCommand) | command | Adds a new toolbar item to the collection. |
| Add(Action<MVCxTreeListToolbarItem>) | method | Adds a new toolbar item to the collection. |