IDialogAwareViewModel interface¶
Implemented by view models shown as modal dialogs through IDialogService. It adds the dialog buttons to what IWindowAwareViewModel already describes.
Members¶
| name | description |
|---|---|
| ButtonsSource { get; } | 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. |
See Also¶
- interface IWindowAwareViewModel
- namespace Eremex.AvaloniaUI.Controls.ApplicationServices