Skip to main content
All docs
V24.2

DxCarousel Members

An interactive component that displays an image collection or custom content in a carousel.

Constructors

Name Description
DxCarousel() Initializes a new instance of the DxCarousel class.

Properties

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.
Width Specifies the component width.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SlideNextAsync() Navigates to the next Carousel item.
SlidePreviousAsync() Navigates to the previous Carousel item.
SlideToItemAsync(Int32) Navigates to the Carousel item with the specified index.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ActiveItemIndexChanged Fires when the Carousel’s active item index is changed.
SlideShowStateChanged Fires when the SlideShowState property value changes.
See Also