Back to Devexpress

CardViewLayoutItemCollection.AddColumnItem(CardViewColumnLayoutItem) Method

aspnet-devexpress-dot-web-dot-cardviewlayoutitemcollection-dot-addcolumnitem-x28-devexpress-dot-web-dot-cardviewcolumnlayoutitem-x29.md

latest1.7 KB
Original Source

CardViewLayoutItemCollection.AddColumnItem(CardViewColumnLayoutItem) 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 CardViewColumnLayoutItem AddColumnItem(
    CardViewColumnLayoutItem layoutItem
)
vb
Public Function AddColumnItem(
    layoutItem As CardViewColumnLayoutItem
) As CardViewColumnLayoutItem

Parameters

NameTypeDescription
layoutItemCardViewColumnLayoutItem

A CardViewColumnLayoutItem object to add to the layout item collection.

|

Returns

TypeDescription
CardViewColumnLayoutItem

A CardViewColumnLayoutItem object that is the newly added layout item.

|

See Also

CardViewLayoutItemCollection Class

CardViewLayoutItemCollection Members

DevExpress.Web Namespace