alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ListViewEffect

    An enum type that denotes the animation effects of the ListView. Available options are as follows None, SlideLeft, SlideDown, Zoom, Fade.

    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum ListViewEffect

    Fields

    Name Description
    Fade

    Navigation of the nested list item occurs with a fading animation effect.

    None

    Navigation of the nested list item occurs with out any animation effect.

    SlideDown

    Navigation of the nested list item occurs with a slide down animation effect.

    SlideLeft

    Navigation of the nested list item occurs with a slide left animation effect.

    Zoom

    Navigation of the nested list item occurs with a zooming animation effect.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved