# DialogButtonType enumeration

Type of dialog button

```csharp
public enum DialogButtonType
```

## Values

| name | value | description |
| --- | --- | --- |
| Button | `0` | Regular button |
| CheckBox | `1` | CheckBox button |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
