Back to Devexpress

SlideView.AllowAnimation Property

maui-devexpress-dot-maui-dot-core-dot-slideview-2fbd11d3.md

latest1.2 KB
Original Source

SlideView.AllowAnimation Property

Gets or sets whether the control uses an animation effect for scrolling operations. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public bool AllowAnimation { get; set; }

Property Value

TypeDescription
Boolean

true to show animation effects; otherwise, false.

|

Remarks

The following animations show SlideView instances with different AllowAnimation property values:

AllowAnimation = “True”AllowAnimation = “False”

See Also

SlideView Class

SlideView Members

DevExpress.Maui.Core Namespace