Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

ToastThemeMode Enum

Lists DxToast component theme modes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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