Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxCardViewLayoutItemCollection.AddColumnItem(CardViewColumnLayoutItem) Method

Adds the specified item to the MVCxCardViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public CardViewColumnLayoutItem AddColumnItem(
    CardViewColumnLayoutItem layoutItem
)

Parameters

Name Type Description
layoutItem CardViewColumnLayoutItem

A CardViewColumnLayoutItem object to add to the layout item collection.

Returns

Type Description
CardViewColumnLayoutItem

A CardViewColumnLayoutItem object that is the newly added layout item.

See Also