MVCxCardViewLayoutItemCollection.AddGroupItem Method
Name | Parameters | Description |
---|---|---|
AddGroupItem() | none | Creates a new group item with the default settings and adds it to the MVCxCardViewLayoutItemCollection collection. |
AddGroupItem(Action<MVCxCardViewLayoutGroup>) | method | Adds a new group item to the MVCxCardViewLayoutItemCollection collection and allows you to customize this item in a delegate method implementation. |
AddGroupItem(String) | caption | Creates a new group item with the specified caption and adds it to the MVCxCardViewLayoutItemCollection collection. |