Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WebMessageOptions Properties

Contains ASP.NET-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 Blazor applications, specifies the CSS class applied to the widget that displays notifications.
OkButtonText Specifies the text of the OK button in Blazor applications. “OK” is used by default.
Position Specifies the position of the dxToast widget.
ShowCloseButton In 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