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