Skip to main content
A newer version of this page is available. .

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.
Position Specifies the position of the dxToast widget.
ToastConfiguration Specifies custom settings for the dxToast widget that overrides other MessageOptions settings.
See Also