Back to Devexpress

MVCxCardViewLayoutItemCollection.AddCommandItem() Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxcardviewlayoutitemcollection.md

latest1.4 KB
Original Source

MVCxCardViewLayoutItemCollection.AddCommandItem() Method

Creates a new command item with the default settings and adds it to the MVCxCardViewLayoutItemCollection collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Returns

TypeDescription
CardViewCommandLayoutItem

A CardViewCommandLayoutItem object that is the newly created command item.

|

See Also

MVCxCardViewLayoutItemCollection Class

MVCxCardViewLayoutItemCollection Members

DevExpress.Web.Mvc Namespace