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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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