Skip to main content

CarouselPanel.AnimationDisabled Property

Specifies whether animation effects for item transitions are enabled.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.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