Skip to main content
All docs
V25.1
  • DxFlyout.AnimationType Property

    Specifies the animation type used by a flyout.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public FlyoutAnimationType AnimationType { get; set; }

    Property Value

    Type Description
    FlyoutAnimationType

    The animation type.

    Available values:

    Name Description
    Fade

    A flyout uses a fade-in animation effect.

    None

    A flyout does not use animation effects.

    Remarks

    Run Demo: Flyout — Customization

    See Also