MVCxFormLayoutItemCollection.AddGroupItem Method
| Name | Parameters | Description |
|---|---|---|
| AddGroupItem() | none | Adds a layout group with default settings to the MVCxFormLayoutItemCollection collection. |
| AddGroupItem(Action<MVCxFormLayoutGroup>) | method | Adds a layout group with the specified settings to the MVCxFormLayoutItemCollection collection. |
| AddGroupItem(String) | caption | Adds a layout group with the specified caption to the MVCxFormLayoutItemCollection collection. |