# Sandbox.Internal.IControlSheet.Feature

A feature is usually displayed as a tab, to break things up in the inspector. They can sometimes be turned on and off.

- Kind: class
- Assembly: `Sandbox.Reflection`
- Modifiers: sealed

## Constructors

- [`Feature`](/api/Sandbox.Internal.IControlSheet.Feature/.ctor)

## Properties

- [`Description`](/api/Sandbox.Internal.IControlSheet.Feature/Description): The description of the feature
- [`EnabledProperty`](/api/Sandbox.Internal.IControlSheet.Feature/EnabledProperty): If we have a FeatureEnabled property, this will be it. If not then we assume it should always be enabled.
- [`Icon`](/api/Sandbox.Internal.IControlSheet.Feature/Icon): The icon of the feature
- [`Name`](/api/Sandbox.Internal.IControlSheet.Feature/Name): The name of the feature, usually displayed as a tab title in the inspector.
- [`Properties`](/api/Sandbox.Internal.IControlSheet.Feature/Properties): The properties that are part of this feature, usually displayed together in the inspector.
- [`Tint`](/api/Sandbox.Internal.IControlSheet.Feature/Tint): Allows tinting this feature, for some reason
