Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IDialogService Members

When implemented by a class, enables it to display dialog windows on the client.

#Methods

Name Description
GetParentWindow() Gets the parent window of the dialog box.
ShowError(String, String) Shows the error dialog with the specified text and caption.
ShowInformation(String, String) Shows a dialog with the specified text and caption.
ShowOpenFileDialog(String, String, out String) Shows the Open dialog with the specified settings.
ShowOpenFileDialog(String, String) Shows the Open dialog with the specified settings.
ShowSaveFileDialog(String, String, Int32, String, String) Shows the Save File dialog with the specified parameters.
See Also