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