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