CardViewLayoutItemCollection.AddGroup(CardViewLayoutGroup) Method
Adds the specified group to the CardViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| layoutGroup | CardViewLayoutGroup | A CardViewLayoutGroup object to add to the layout item collection. |
Returns
| Type | Description |
|---|---|
| CardViewLayoutGroup | A CardViewLayoutGroup object that is the newly added layout group. |
See Also