DevExpress Carousel for Blazor displays an image collection using a carousel UI metaphor and ships with the following built-in capabilities:
- Slide navigation in code and UI (next/prev buttons, pager, swipe gestures, mouse clicks, or keyboard shortcuts).
- Automatic slide show and loop navigation support.
- Item template support.
Use the Data property to bind the component to a data source. Specify ImageSrcField and ImageAltField properties to populate Carousel items with images and corresponding alternate text labels from data source fields.
In this demo, you can enable/disable slide show and loop navigation, change visibility modes for navigation controls, and specify the image size mode.
DevExpress Carousel for Blazor can display slides (items) with custom content. Populate the component's Items property with DxCarouselItem objects to create a custom item collection.
In this demo, Carousel items render different series types of the DxChart component.