> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.DashTileUsage

# <a id="SuperOffice_WebApi_Data_DashTileUsage" /> Enum DashTileUsage

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Defines where a DashTileDefinition can be used
This Enum is used by:  dashboard\_tile\_definition.usage
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum DashTileUsage : short
```

## Fields

`Dashboard = 1`

1: Visible in the tile library on the dashboard page

`None = 0`

0: Not visible anywhere

`Selection = 2`

2: Visible in the tile library on the selection page
