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

MVCxCardViewLayoutItemCollection.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.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public EditModeCommandLayoutItem AddEditModeCommandItem(
    Action<EditModeCommandLayoutItem> method
)

Parameters

Name Type Description
method Action<EditModeCommandLayoutItem>

A delegate method that accepts the created EditModeCommandLayoutItem as a parameter.

Returns

Type Description
EditModeCommandLayoutItem

An EditModeCommandLayoutItem object that is the newly added command item.

See Also