CardViewLayoutItemCollection.AddGroup(CardViewLayoutGroup) Method
In This Article
Adds the specified group to the CardViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewLayoutGroup AddGroup(
CardViewLayoutGroup layoutGroup
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Card |
A Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also