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 |
---|
ListViewEffect |
None
Navigation of the nested list item occurs with out any animation effect.
Declaration
public const ListViewEffect None
Field Value
Type |
---|
ListViewEffect |
SlideDown
Navigation of the nested list item occurs with a slide down animation effect.
Declaration
public const ListViewEffect SlideDown
Field Value
Type |
---|
ListViewEffect |
SlideLeft
Navigation of the nested list item occurs with a slide left animation effect.
Declaration
public const ListViewEffect SlideLeft
Field Value
Type |
---|
ListViewEffect |
Zoom
Navigation of the nested list item occurs with a zooming animation effect.
Declaration
public const ListViewEffect Zoom
Field Value
Type |
---|
ListViewEffect |