Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CarouselPanel.FirstVisibleItemIndex Property

Gets or sets the index of the first visible item.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v24.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