Skip to main content

CarouselPanel.PathVisible Property

Gets or sets whether the control draws a line indicating the item path.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public bool PathVisible { get; set; }

Property Value

Type Description
Boolean

true to draw a line indicating the item path; otherwise false.

See Also