# IDialogAwareViewModel.ButtonsSource property

The buttons shown in the dialog footer, in the order they are declared. `null` or an empty sequence produces a dialog with no buttons of its own.

```csharp
public IEnumerable<IDialogButtonViewModel>? ButtonsSource { get; }
```

## See Also

* interface [IDialogButtonViewModel](../IDialogButtonViewModel.md)
* interface [IDialogAwareViewModel](../IDialogAwareViewModel.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
