CarouselPanel.FirstVisibleItemIndex Property
Gets or sets the index of the first visible item.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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