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