CardViewLayoutItemCollection.AddColumnItem(CardViewColumnLayoutItem) 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 CardViewColumnLayoutItem AddColumnItem(
CardViewColumnLayoutItem layoutItem
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Card |
A Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also