ThemedWindow.ActualDialogButtons Property
Gets the specified dialog buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable | The IEnumerable that is the specified dialog button collection. |
Remarks
The ActualDialogButtons collection contains the buttons which are specified with the following members:
- DialogButtons
- DialogButtonsSource
- ShowDialog(IEnumerable<UICommand>)
- DevExpress.Xpf.Core.ThemedWindow.ShowDialog(System.Windows.MessageBoxButton,System.Nullable{System.Windows.MessageBoxResult}).
See Also