MVCxGridViewLayoutItemCollection.AddCommandItem Method
| Name | Parameters | Description |
|---|---|---|
| AddCommandItem() | none | Creates a new command item with the default settings and adds it to the MVCxGridViewLayoutItemCollection collection. |
| AddCommandItem(Action<EditModeCommandLayoutItem>) | method | Adds a new command item to the MVCxGridViewLayoutItemCollection collection and allows you to customize this item in a delegate method implementation. |