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

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(EditModeCommandLayoutItem) commandItem Adds the specified item 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.