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

XtraDialog Methods
Show Inherited Hide Inherited

A message box that can display any control (e.g., a UserControl) in its client area.
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.
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.
Show(UserLookAndFeel, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control) static Invokes a dialog with the specified settings.
Show(XtraDialogArgs) static Displays an XtraDialog with the specified settings.
Show(Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified control, caption, buttons and default button.
Show(Control, String, MessageBoxButtons) static Invokes a dialog with the specified control, caption and buttons.
Show(Control, String) static Invokes a dialog with the specified control and caption.
Show(Control) static Invokes a dialog displaying the specified control in its client area.
Show(IWin32Window, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32) static Invokes a dialog with the specified owner, control, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified owner, control, caption, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons) static Invokes a dialog with the specified owner, control, caption and buttons.
Show(IWin32Window, Control, String) static Invokes a dialog with the specified control, caption and owner.
Show(IWin32Window, Control) static Invokes a dialog with the specified owner and control.
ShowAsync(XtraDialogArgs) static Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(Control) static Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(IWin32Window, Control) static Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also