Back to Devexpress

DxCarousel Members

blazor-devexpress-dot-blazor-dot-dxcarousel-dot-underscore-members.md

latest6.8 KB
Original Source

DxCarousel Members

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

Constructors

NameDescription
DxCarousel()Initializes a new instance of the DxCarousel class.

Properties

NameDescription
ActiveItemIndexSpecifies the active item index.
AllowMouseWheelSpecifies whether users can scroll the mouse wheel to switch Carousel slides (items).
AllowPagingByClickSpecifies whether users can click the slide to go forward or back.
AnimationDurationSpecifies the duration of carousel animation.
AnimationEnabledSpecifies whether the carousel animation is enabled.
AttributesSpecifies a collection of standard HTML attributes applied to the Carousel.
CssClassAssigns a CSS class to the Carousel component.
DataSpecifies a data source.
EnabledSpecifies whether the Carousel component responds to user interaction.
HeightSpecifies the component height.
ImageAltFieldSpecifies the data source field that contains text strings for image alt attributes.
ImageSizeModeSpecifies how the Carousel component scales images.
ImageSrcFieldSpecifies the data source field that contains image URLs.
ItemsSpecifies the component’s item collection.
ItemTemplateSpecifies a template for Carousel items.
LoopNavigationEnabledSpecifies whether loop navigation is enabled.
NavButtonsDisplayModeSpecifies how the Carousel displays navigation buttons.
PagerDisplayModeSpecifies how the Carousel displays the pager.
PauseSlideShowOnHoverSpecifies whether to pause the slide show on hover.
SizeModeSpecifies the size of the Carousel’s navigation controls.
SlideShowDelaySpecifies the time interval between slide changes. Takes effect if the slide show functionality is enabled.
SlideShowEnabledSpecifies whether the slide show functionality is enabled.
SlideShowStateSpecifies the current slide show state.
StopSlideShowOnPagingSpecifies whether to stop the slide show on paging.
SwipeModeSpecifies whether users can switch slides with swipe gestures or the mouse pointer.
WidthSpecifies the component width.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
ActiveItemIndexChangedFires when the Carousel’s active item index is changed.
SlideShowStateChangedFires when the SlideShowState property value changes.

See Also

DxCarousel Class

DevExpress.Blazor Namespace