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

MVCxGridViewLayoutItemCollection.AddGroupItem Method

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