Skip to main content

CarouselPanel.FirstVisibleItemIndex Property

Gets or sets the index of the first visible item.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public int FirstVisibleItemIndex { get; set; }

Property Value

Type Description
Int32

An integer value specifying the first visible item’s index.

Remarks

Use this property to scroll the carousel and make required items visible.

Note

The current version of DXCarousel is designed to work with three or more items.

See Also