Back to Devexpress

CardViewLayoutItemCollection.AddGroup(String) Method

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

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
captionString

A String value specifying the group caption.

|

Returns

TypeDescription
CardViewLayoutGroup

An CardViewLayoutGroup object that is the newly added group.

|

See Also

CardViewLayoutItemCollection Class

CardViewLayoutItemCollection Members

DevExpress.Web Namespace