DxCarousel Properties
An interactive component that displays an image collection or custom content in a carousel.| Name | Description |
|---|---|
| ActiveItemIndex | Specifies the active item index. |
| AllowMouseWheel | Specifies whether users can scroll the mouse wheel to switch Carousel slides (items). |
| AllowPagingByClick | Specifies whether users can click the slide to go forward or back. |
| AnimationDuration | Specifies the duration of carousel animation. |
| AnimationEnabled | Specifies whether the carousel animation is enabled. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Carousel. |
| CssClass | Assigns a CSS class to the Carousel component. |
| Data | Specifies a data source. |
| Enabled | Specifies whether the Carousel component responds to user interaction. |
| Height | Specifies the component height. |
| ImageAltField | Specifies the data source field that contains text strings for image alt attributes. |
| ImageSizeMode | Specifies how the Carousel component scales images. |
| ImageSrcField | Specifies the data source field that contains image URLs. |
| Items | Specifies the component’s item collection. |
| ItemTemplate | Specifies a template for Carousel items. |
| LoopNavigationEnabled | Specifies whether loop navigation is enabled. |
| NavButtonsDisplayMode | Specifies how the Carousel displays navigation buttons. |
| PagerDisplayMode | Specifies how the Carousel displays the pager. |
| PauseSlideShowOnHover | Specifies whether to pause the slide show on hover. |
| SizeMode | Specifies the size of the Carousel’s navigation controls. |
| SlideShowDelay | Specifies the time interval between slide changes. Takes effect if the slide show functionality is enabled. |
| SlideShowEnabled | Specifies whether the slide show functionality is enabled. |
| SlideShowState | Specifies the current slide show state. |
| StopSlideShowOnPaging | Specifies whether to stop the slide show on paging. |
| SwipeMode | Specifies whether users can switch slides with swipe gestures or the mouse pointer. |
| Width | Specifies the component width. |
See Also