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

WebMessageOptions.ToastConfiguration Property

Specifies custom settings for the dxToast widget that overrides other MessageOptions settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string ToastConfiguration { get; set; }

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
.Web.ToastConfiguration

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