WebMessageOptions.ToastConfiguration Property
Specifies custom settings for the dxToast widget that overrides other MessageOptions settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying custom message settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ToastConfiguration |
---|---|
MessageOptions |
|
Remarks
When the ToastConfiguration value is specified, other MessageOptions properties are ignored. To learn more on how to generate correct settings for the dxToast widget, refer to the Configuration topic.
See Also