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

AlertControl.Show Method

Name Parameters Description
Show(Object, IWin32Window) dataContext, owner Displays an alert designed with an HTML template. This method overload specifies the data object from which data-bound HTML elements should retrieve their values.
Show(Form, AlertInfo) owner, info Displays an alert window displaying information from the specified AlertInfo structure.
Show(Form, String, String, SvgImage) owner, caption, text, svgImage Displays a classic alert with customized settings.
Show(Form, String, String, Boolean) owner, caption, text, autoCloseFormOnClick Displays an alert window with customized content settings.
Show(Form, String, String, Image) owner, caption, text, image Displays an alert window with the specified caption, text and image.
Show(Form, String, String, String, SvgImage, Object, Boolean) owner, caption, text, hotTrackedText, svgImage, tag, autoCloseFormOnClick Displays a classic alert with customized settings. The displayed alert can close on click.
Show(Form, String, String, String, SvgImage, Object) owner, caption, text, hotTrackedText, svgImage, tag Displays a classic alert with customized settings.
Show(Form, String, String, String, SvgImage) owner, caption, text, hotTrackedText, svgImage Displays a classic alert with customized settings.
Show(Form, String, String, String, Image, Object, Boolean) owner, caption, text, hotTrackedText, image, tag, autoCloseFormOnClick Displays an alert with customized settings and the capability to close on click.
Show(Form, String, String, String, Image, Object) owner, caption, text, hotTrackedText, image, tag Displays an alert window with the specified settings.
Show(Form, String, String, String, Image) owner, caption, text, hotTrackedText, image Displays an alert window with the specified text, caption, image and the text displayed when the window’s text region is hot-tracked.
Show(Form, String, String, String) owner, caption, text, hotTrackedText Displays an alert window with the specified text, caption and the text displayed when the window’s text region is hot-tracked.
Show(Form, String, String) owner, caption, text Displays an alert window with the specified text and caption.
Show(Form) owner Displays an empty alert form.