Skip to main content
All docs
V25.1
  • ToastThemeMode Enum

    Lists DxToast component theme modes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public enum ToastThemeMode

    Members

    Name Description
    Auto

    Depends on the applied DevExpress theme. For Blazing Berry, Purple, or Office White theme, applies the dark theme to a toast. For the Blazing Dark theme, applies the light theme to a toast.

    Light

    Applies the light theme to a toast.

    Dark

    Applies the dark theme to a toast.

    Saturated

    Applies the saturated theme to a toast.

    Pastel

    Applies the pastel theme to a toast.

    Related API Members

    The following properties accept/return ToastThemeMode values:

    Remarks

    Toast render mode and styles

    See Also