DevExpress.Wpf.Carousel
26.1.5
Prefix Reserved
dotnet add package DevExpress.Wpf.Carousel --version 26.1.5
NuGet\Install-Package DevExpress.Wpf.Carousel -Version 26.1.5
<PackageReference Include="DevExpress.Wpf.Carousel" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.Carousel" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.Carousel" />
paket add DevExpress.Wpf.Carousel --version 26.1.5
#r "nuget: DevExpress.Wpf.Carousel, 26.1.5"
#:package DevExpress.Wpf.Carousel@26.1.5
#addin nuget:?package=DevExpress.Wpf.Carousel&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.Carousel&version=26.1.5
DevExpress WPF Carousel
DevExpress.Wpf.Carousel includes the DevExpress WPF Carousel control. CarouselPanel arranges items along a path and animates them as a user scrolls.
dotnet add package DevExpress.Wpf.Carousel
Key Features
- Custom Item Path:
ItemMovingPathdefines a path the carousel items move along. The carousel can be circular, elliptical, or an arbitrary shape. - Active Item:
ActiveItemandActiveItemIndexget or set the item in the foreground. - Click to Activate:
ActivateItemOnClickmoves the clicked item to the front. - Looping:
IsRepeatenables endless scrolling through the collection.IsInvertedDirectionreverses the travel direction. - Item Dimensions: You can specify a fixed
ItemSize. - Animation Settings:
AnimationTime,DistributionFunction, andParameterSetcontrol how items move and how they are spaced along the path.
Examples
Example: Display a Collection as a Carousel
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxca="http://schemas.devexpress.com/winfx/2008/xaml/carousel">
<dxca:CarouselItemsControl ItemsSource="{Binding Photos}"
ActivateItemOnClick="True"
IsRepeat="True">
<dxca:CarouselItemsControl.ItemTemplate>
<DataTemplate>
<Image Source="{Binding Path}" Width="180" />
</DataTemplate>
</dxca:CarouselItemsControl.ItemTemplate>
</dxca:CarouselItemsControl>
</Window>
In this configuration, the carousel behaves as follows:
- Displays one item per element in the
Photoscollection - Brings an item to the foreground when a user clicks it
- Scrolls endlessly instead of stopping at the last item
CarouselItemsControl is a standalone UI component. You can also place a carousel layout inside another items control. To do this, assign CarouselPanel to the control's ItemsPanel property.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Related Components/Packages
DevExpress.Wpf.LayoutControl - DevExpress WPF layout, flow, and tile containers.
dotnet add package DevExpress.Wpf.LayoutControl
DevExpress.Wpf.Controls - DevExpress WPF utility and navigation controls.
dotnet add package DevExpress.Wpf.Controls
DevExpress.Wpf - The complete DevExpress WPF Control suite.
dotnet add package DevExpress.Wpf
Documentation
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- DevExpress.Data (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
-
net8.0-windows
- DevExpress.Data (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Carousel:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.TypedStyles
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Carousel.de
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Carousel.es
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Carousel.ja
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 559 | 9/18/2026 |
| 26.1.5-pre-26248 | 158 | 9/11/2026 |
| 26.1.5-pre-26241 | 172 | 9/2/2026 |
| 26.1.5-pre-26235 | 175 | 8/26/2026 |
| 26.1.5-pre-26227 | 195 | 8/18/2026 |
| 26.1.4 | 8,999 | 8/7/2026 |
| 26.1.3 | 12,176 | 6/18/2026 |
| 25.2.10 | 3 | 9/22/2026 |
| 25.2.9 | 897 | 8/3/2026 |
| 25.2.8 | 4,148 | 6/10/2026 |
| 25.2.7 | 7,533 | 5/6/2026 |
| 25.2.6 | 10,319 | 4/7/2026 |
| 25.1.14 | 0 | 9/22/2026 |
| 25.1.13 | 322 | 7/31/2026 |
| 25.1.12 | 258 | 6/10/2026 |
| 25.1.11 | 1,062 | 5/5/2026 |