CarouselPanel.IsInvertedDirection Property
Gets or sets whether items move forward or backward along the specified path.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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