Skip to main content

WebMessageOptions.ToastConfiguration Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ToastConfiguration { get; set; }

Property Value

Type Description
String

A string specifying custom message settings.

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