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

ToastAnimationType Enum

Lists values that specify the animation effect used by the DxToast component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum ToastAnimationType

Members

Name Description
Slide

A toast appears with a slide animation effect.

Fade

A toast appears with a fade-in animation effect.

SlideAndFade

A toast appears with slide and fade-in animation effects.

Related API Members

The following properties accept/return ToastAnimationType values:

See Also