Back to Devexpress

CardViewLayoutItemCollection.AddGroup(String, String) Method

aspnet-devexpress-dot-web-dot-cardviewlayoutitemcollection-dot-addgroup-x28-system-dot-string-system-dot-string-x29.md

latest1.7 KB
Original Source

CardViewLayoutItemCollection.AddGroup(String, String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewLayoutGroup AddGroup(
    string caption,
    string name
)
vb
Public Function AddGroup(
    caption As String,
    name As String
) As CardViewLayoutGroup

Parameters

NameTypeDescription
captionString

A String value specifying the group caption.

| | name | String |

A String value specifying the group name.

|

Returns

TypeDescription
CardViewLayoutGroup

An CardViewLayoutGroup object that is the newly added group.

|

See Also

CardViewLayoutItemCollection Class

CardViewLayoutItemCollection Members

DevExpress.Web Namespace