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

MVCxCardViewLayoutItemCollection.AddGroup(String, String) Method

Creates a new group with the specified settings and adds it to the MVCxCardViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public CardViewLayoutGroup AddGroup(
    string caption,
    string name
)

Parameters

Name Type Description
caption String

A String value specifying the group caption.

name String

A String value specifying the group name.

Returns

Type Description
CardViewLayoutGroup

A CardViewLayoutGroup object that is the newly added group.

See Also