Skip to main content
.NET Framework 4.6.2+

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

WebMessageOptions Properties

Contains ASP.NET Web Forms-specific Text Notifications options passed to the ShowViewStrategyBase.ShowMessage method.
Name Description
CanCloseOnClick Specifies whether or not the message is closed if a user clicks it.
CanCloseOnOutsideClick Specifies whether or not the message is closed if a user clicks outside the message area.
CssClass In ASP.NET Core Blazor applications, specifies the CSS class applied to the widget that displays notifications.
OkButtonText Specifies the text of the OK button in ASP.NET Core Blazor applications. “OK” is used by default.
Position Specifies the position of the dxToast widget.
ShowCloseButton In ASP.NET Core Blazor applications, gets or sets whether a notification widget displays the close button.
ToastConfiguration Specifies custom settings for the dxToast widget that overrides other MessageOptions settings.
See Also