Back to Devexpress

CardViewLayoutItemCollection.AddCommandItem(CardViewCommandLayoutItem) Method

aspnet-devexpress-dot-web-dot-cardviewlayoutitemcollection-dot-addcommanditem-x28-devexpress-dot-web-dot-cardviewcommandlayoutitem-x29.md

latest1.7 KB
Original Source

CardViewLayoutItemCollection.AddCommandItem(CardViewCommandLayoutItem) Method

Adds the specified item to the CardViewLayoutItemCollection collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandLayoutItem AddCommandItem(
    CardViewCommandLayoutItem commandItem
)
vb
Public Function AddCommandItem(
    commandItem As CardViewCommandLayoutItem
) As CardViewCommandLayoutItem

Parameters

NameTypeDescription
commandItemCardViewCommandLayoutItem

A CardViewCommandLayoutItem object to add to the layout item collection.

|

Returns

TypeDescription
CardViewCommandLayoutItem

A CardViewCommandLayoutItem object that is the newly added command item.

|

See Also

CardViewLayoutItemCollection Class

CardViewLayoutItemCollection Members

DevExpress.Web Namespace