Skip to main content
A newer version of this page is available. .

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(CardViewCommandLayoutItem) commandItem Adds the specified item to the MVCxCardViewLayoutItemCollection collection.
AddCommandItem(EditModeCommandLayoutItem) commandItem Adds the specified item 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.