# GraffitiControlGroupContainer
Class Inherits GraffitiControlGroupItem
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Types | Label <br > Field | Supported display types. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | container as WebContainer <br> type as GraffitiControlGroupContainer.Types = GraffitiControlGroupContainer.Types.Label | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Container | WebContainer | (None) | Container that is housed within this item within the ControlGroup. |
| Type | Types | (None) | Controls how the container is displayed within the ControlGroup. |