# Sandbox.UI.Panel.ElementName

```csharp
string ElementName { get; set; }
```

The element name used by stylesheet selectors. Set from the tag name when created from razor,
otherwise the lowercased class name (ie panel, button).

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
