# Sandbox.UI.ControlSheetGroup

A group for ControlSheet, consists of a title and a body containing properties.

- Kind: class
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.UI.Panel](/api/Sandbox.UI.Panel)

## Constructors

- [`ControlSheetGroup`](/api/Sandbox.UI.ControlSheetGroup/.ctor)

## Properties

- [`Body`](/api/Sandbox.UI.ControlSheetGroup/Body)
- [`Closed`](/api/Sandbox.UI.ControlSheetGroup/Closed)
- [`Header`](/api/Sandbox.UI.ControlSheetGroup/Header)
- [`ToggleContainer`](/api/Sandbox.UI.ControlSheetGroup/ToggleContainer)

## Methods

- [`SetToggle`](/api/Sandbox.UI.ControlSheetGroup/SetToggle): Set the control that is going to toggle this group open and closed.
- [`SetVisibility`](/api/Sandbox.UI.ControlSheetGroup/SetVisibility): Hide this group if these attributes say so.
- [`Tick`](/api/Sandbox.UI.ControlSheetGroup/Tick)
