Skip to main content
All docs
V25.1
  • FlyoutAnimationType Enum

    Lists values that specify the animation type used by a flyout.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public enum FlyoutAnimationType

    Members

    Name Description
    Fade

    A flyout uses a fade-in animation effect.

    None

    A flyout does not use animation effects.

    Related API Members

    The following properties accept/return FlyoutAnimationType values:

    See Also