Skip to main content
A newer version of this page is available. .

CarouselPanel.AnimationDisabled Property

Specifies whether animation effects for item transitions are enabled.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v21.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public bool AnimationDisabled { get; set; }

Property Value

Type Description
Boolean

true, to disable animated transitions; otherwise false.

See Also