Skip to main content

CarouselPanel.IsInvertedDirection Property

Gets or sets whether items move forward or backward along the specified path.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public bool IsInvertedDirection { get; set; }

Property Value

Type Description
Boolean

true to force the control to move items backwards along the specified path; otherwise false.

Remarks

For details on specifying the item movement path, see CarouselPanel.ItemMovingPath.

See Also