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.VisibleItemCount Property

Gets or sets the number of items that are visible to an end-user along a path at one time. This proeprty is not in effect when a path is specified via the CarouselPanel.PointPathFunction property.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

#Declaration

public int VisibleItemCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the number of items that are visible to an end-user along a path at one time.

#Remarks

A path along which a Carousel’s items are arranged can be specified via the CarouselPanel.ItemMovingPath or CarouselPanel.PointPathFunction property. When a path is specified via the CarouselPanel.ItemMovingPath property, the Carousel’s items are evenly arranged along the path. The number of items that are simultaneously visible to an end-user is specified by the VisibleItemCount property.

When a path is specified via the CarouselPanel.PointPathFunction property, the VisibleItemCount property is ignored.

Note

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

See Also