GridViewLayoutItemCollection.AddGroup Method
| Name | Parameters | Description |
|---|---|---|
| AddGroup(GridViewLayoutGroup) | layoutGroup | Adds the specified group to the GridViewLayoutItemCollection collection. |
| AddGroup(String, String) | caption, name | Creates a new group with the specified settings and adds it to the GridViewLayoutItemCollection collection. |
| AddGroup(String) | caption | Creates a new group with the specified caption and adds it to the GridViewLayoutItemCollection collection. |