Skip to main content
Tab

CardViewLayoutItemCollection.AddGroup(String) Method

Creates a new group with the specified caption and adds it to the CardViewLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public CardViewLayoutGroup AddGroup(
    string caption
)

#Parameters

Name Type Description
caption String

A String value specifying the group caption.

#Returns

Type Description
CardViewLayoutGroup

An CardViewLayoutGroup object that is the newly added group.

See Also