> ## 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.DashboardLayout

# <a id="SuperOffice_WebApi_Data_DashboardLayout" /> Enum DashboardLayout

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

Dashboard layout

```csharp theme={null}
public enum DashboardLayout
```

## Fields

`Four = 7`

7: Four tiles.

`None = 0`

0: Unknown layout

`One = 1`

1: One tile.

`ThreeESplit = 3`

3: Three E split.

`ThreeTSplit = 5`

5: Three T split.

`TwoHorizontalSplit = 4`

4: Two horizontal split.

`TwoVerticalSplit = 2`

2: Two vertical split.
