CardViewLayoutItemCollection.AddCommandItem(CardViewCommandLayoutItem) Method
In This Article
Adds the specified item to the CardViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCommandLayoutItem AddCommandItem(
CardViewCommandLayoutItem commandItem
)
#Parameters
Name | Type | Description |
---|---|---|
command |
Card |
A Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also