Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToastThemeMode Enum

Lists DxToast component theme modes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
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