Back to Devexpress

ThemedWindow.ShowDialog Method

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-dot-showdialog.md

latest861 B
Original Source

ThemedWindow.ShowDialog Method

NameParametersDescription
ShowDialog()noneDisplays the ThemedWindowDialog. A result returned when the window is closed.
ShowDialog(IEnumerable<UICommand>)dialogButtonsDisplays the ThemedWindowDialog. A result returned when the window is closed.
ShowDialog(MessageBoxButton, Nullable<MessageBoxResult>)dialogButtons, defaultButtonDisplays the ThemedWindowDialog with the specified MessageBoxButton. A result returned when the window is closed.