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

CardViewLayoutItemCollection.AddCommandItem(CardViewCommandLayoutItem) Method

Adds the specified item to the CardViewLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewCommandLayoutItem AddCommandItem(
    CardViewCommandLayoutItem commandItem
)

Parameters

Name Type Description
commandItem CardViewCommandLayoutItem

A CardViewCommandLayoutItem object to add to the layout item collection.

Returns

Type Description
CardViewCommandLayoutItem

A CardViewCommandLayoutItem object that is the newly added command item.

See Also