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