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

CarouselPanel.IsInvertedDirection Property

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

Namespace: DevExpress.Xpf.Carousel

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

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