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

CarouselPanel.PathVisible Property

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

Namespace: DevExpress.Xpf.Carousel

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Carousel, 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