# Sandbox.UI.Panel.AllStyleSheets

```csharp
IEnumerable<StyleSheet> AllStyleSheets { get; set; }
```

List of all [Sandbox.UI.StyleSheet](/api/Sandbox.UI.StyleSheet)s applied to this panel and all its [ancestors](/api/Sandbox.UI.Panel/AncestorsAndSelf).

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
