# Sandbox.UI.ControlSheetRow

Used by ControlSheet to display a single row of a property. This is created from a SerializedProperty
and contains a label and a control for editing the property. Controls are created using BaseControl.CreateFor.

- Kind: class
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.UI.Panel](/api/Sandbox.UI.Panel)

## Constructors

- [`ControlSheetRow`](/api/Sandbox.UI.ControlSheetRow/.ctor)

## Properties

- [`Property`](/api/Sandbox.UI.ControlSheetRow/Property)

## Methods

- [`Tick`](/api/Sandbox.UI.ControlSheetRow/Tick)
