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

DialogService Methods
Show Inherited Hide Inherited

A service that is used to show dialogs on the client.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetParentWindow() Returns the dialog’s parent window.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowError(String, String) Shows the error dialog with the specified text and caption.
ShowInformation(String, String) Shows the information 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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also