Back to Devexpress

DialogServiceExtensions.ShowDialog Method

corelibraries-devexpress-dot-mvvm-dot-dialogserviceextensions-dot-showdialog.md

latest2.2 KB
Original Source

DialogServiceExtensions.ShowDialog Method

NameParametersDescription
ShowDialog(IDialogService, MessageButton, String, Object) staticservice, dialogButtons, title, viewModelShows a dialog window with the specified parameters.
ShowDialog(IDialogService, MessageButton, String, String, Object, Object) staticservice, dialogButtons, title, documentType, parameter, parentViewModelShows a dialog window with the specified parameters.
ShowDialog(IDialogService, MessageButton, String, String, Object) staticservice, dialogButtons, title, documentType, viewModelShows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, Object) staticservice, dialogCommands, title, viewModelShows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, String, Object, Object) staticservice, dialogCommands, title, documentType, parameter, parentViewModelShows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, String, Object) staticservice, dialogCommands, title, documentType, viewModelShows a dialog window with the specified parameters.