Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxCardViewLayoutItemCollection.AddGroup(CardViewLayoutGroup) Method

Adds the specified group to the MVCxCardViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public CardViewLayoutGroup AddGroup(
    CardViewLayoutGroup layoutGroup
)

Parameters

Name Type Description
layoutGroup CardViewLayoutGroup

A CardViewLayoutGroup object to add to the layout item collection.

Returns

Type Description
CardViewLayoutGroup

A CardViewLayoutGroup object that is the newly added layout group.

See Also