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.Show Method

Name Parameters Description
Show(UserLookAndFeel, Control, DefaultBoolean) static lookAndFeel, content, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, DefaultBoolean) static lookAndFeel, content, caption, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, DefaultBoolean) static lookAndFeel, content, caption, buttons, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static lookAndFeel, content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static lookAndFeel, content, caption, buttons, defaultButton Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons) static lookAndFeel, content, caption, buttons Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String) static lookAndFeel, content, caption Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control) static lookAndFeel, content Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, DefaultBoolean) static lookAndFeel, owner, content, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DefaultBoolean) static lookAndFeel, owner, content, caption, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static lookAndFeel, owner, content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32) static lookAndFeel, owner, content, caption, buttons, defaultButton Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static lookAndFeel, owner, content, caption, buttons, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static lookAndFeel, owner, content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static lookAndFeel, owner, content, caption, buttons, defaultButton Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons) static lookAndFeel, owner, content, caption, buttons Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String) static lookAndFeel, owner, content, caption Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control) static lookAndFeel, owner, content Invokes a dialog with the specified settings.
Show(XtraDialogArgs) static args Displays an XtraDialog with the specified settings.
Show(Control, DefaultBoolean) static content, allowHtmlText Invokes a dialog with the specified settings.
Show(Control, String, DefaultBoolean) static content, caption, allowHtmlText Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, DefaultBoolean) static content, caption, buttons, allowHtmlText Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton) static content, caption, buttons, defaultButton Invokes a dialog with the specified control, caption, buttons and default button.
Show(Control, String, MessageBoxButtons) static content, caption, buttons Invokes a dialog with the specified control, caption and buttons.
Show(Control, String) static content, caption Invokes a dialog with the specified control and caption.
Show(Control) static content Invokes a dialog displaying the specified control in its client area.
Show(IWin32Window, Control, DefaultBoolean) static owner, content, allowHtmlText Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DefaultBoolean) static owner, content, caption, allowHtmlText Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static owner, content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32) static owner, content, caption, buttons, defaultButton Invokes a dialog with the specified owner, control, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static owner, content, caption, buttons, allowHtmlText Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static owner, content, caption, buttons, defaultButton, allowHtmlText Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static owner, content, caption, buttons, defaultButton Invokes a dialog with the specified owner, control, caption, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons) static owner, content, caption, buttons Invokes a dialog with the specified owner, control, caption and buttons.
Show(IWin32Window, Control, String) static owner, content, caption Invokes a dialog with the specified control, caption and owner.
Show(IWin32Window, Control) static owner, content Invokes a dialog with the specified owner and control.