Skip to main content

FlipView.IsAnimationEnabled Property

Gets or sets whether animation effects for navigating through the FlipView container’s items are enabled.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsAnimationEnabled { get; set; }

Property Value

Type Description
Boolean

true, if animation effects for navigating through the FlipView container’s items are enabled; otherwise, false.

Remarks

By default, traversing through FlipViewItems within a FlipView container is accompanied by smooth animation. You can set the IsAnimationEnabled property to false to turn this animation off.

See Also