Back to Devexpress

CardViewLayoutItemCollection.AddGroup(CardViewLayoutGroup) Method

aspnet-devexpress-dot-web-dot-cardviewlayoutitemcollection-dot-addgroup-x28-devexpress-dot-web-dot-cardviewlayoutgroup-x29.md

latest1.6 KB
Original Source

CardViewLayoutItemCollection.AddGroup(CardViewLayoutGroup) Method

Adds the specified group to the CardViewLayoutItemCollection collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewLayoutGroup AddGroup(
    CardViewLayoutGroup layoutGroup
)
vb
Public Function AddGroup(
    layoutGroup As CardViewLayoutGroup
) As CardViewLayoutGroup

Parameters

NameTypeDescription
layoutGroupCardViewLayoutGroup

A CardViewLayoutGroup object to add to the layout item collection.

|

Returns

TypeDescription
CardViewLayoutGroup

A CardViewLayoutGroup object that is the newly added layout group.

|

See Also

CardViewLayoutItemCollection Class

CardViewLayoutItemCollection Members

DevExpress.Web Namespace