Back to Devexpress

DxCarousel Properties

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

latest3.9 KB
Original Source

DxCarousel Properties

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

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.

See Also

DxCarousel Class

DxCarousel Members

DevExpress.Blazor Namespace