WebMessageOptions Members
Contains ASP.NET Web Forms-specific Text Notifications options passed to the ShowViewStrategyBase.ShowMessage method.Constructors
Name | Description |
---|---|
WebMessageOptions() | Initializes a new instance of the WebMessageOptions class. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also