# DockType enumeration

Docking direction for dialog buttons

```csharp
public enum DockType
```

## Values

| name | value | description |
| --- | --- | --- |
| Left | `0` | Dock to the left side |
| Right | `1` | Dock to the right side |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
