Skip to main content
.NET 6.0+

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