Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewEffect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewEffect

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

    Inheritance
    System.Object
    ListViewEffect
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ListViewEffect : Enum

    Fields

    Fade

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

    Declaration
    public const ListViewEffect Fade
    Field Value
    Type Description
    ListViewEffect

    None

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

    Declaration
    public const ListViewEffect None
    Field Value
    Type Description
    ListViewEffect

    SlideDown

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

    Declaration
    public const ListViewEffect SlideDown
    Field Value
    Type Description
    ListViewEffect

    SlideLeft

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

    Declaration
    public const ListViewEffect SlideLeft
    Field Value
    Type Description
    ListViewEffect

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Zoom

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

    Declaration
    public const ListViewEffect Zoom
    Field Value
    Type Description
    ListViewEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved