Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxGridViewLayoutItemCollection.AddTabbedGroupItem Method

Name Parameters Description
AddTabbedGroupItem() none Creates a new tabbed group item with the default settings and adds it to the MVCxGridViewLayoutItemCollection collection.
AddTabbedGroupItem(Action<MVCxGridViewTabbedLayoutGroup>) method Adds a new tabbed group item to the MVCxGridViewLayoutItemCollection 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 MVCxGridViewLayoutItemCollection collection.