Skip to main content
All docs
V26.1
  • ToastAnimationType Enum

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.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