Skip to main content
All docs
V23.2

DialogServiceExtensions.ShowDialog Method

Name Parameters Description
ShowDialog(IDialogService, MessageButton, String, Object) static service, dialogButtons, title, viewModel Shows a dialog window with the specified parameters.
ShowDialog(IDialogService, MessageButton, String, String, Object, Object) static service, dialogButtons, title, documentType, parameter, parentViewModel Shows a dialog window with the specified parameters.
ShowDialog(IDialogService, MessageButton, String, String, Object) static service, dialogButtons, title, documentType, viewModel Shows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, Object) static service, dialogCommands, title, viewModel Shows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, String, Object, Object) static service, dialogCommands, title, documentType, parameter, parentViewModel Shows a dialog window with the specified parameters.
ShowDialog(IDialogService, IEnumerable<UICommand>, String, String, Object) static service, dialogCommands, title, documentType, viewModel Shows a dialog window with the specified parameters.