DxCarousel Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Active |
Specifies the active item index. |
Allow |
Specifies whether users can scroll the mouse wheel to switch Carousel slides (items). |
Allow |
Specifies whether users can click the slide to go forward or back. |
Animation |
Specifies the duration of carousel animation. |
Animation |
Specifies whether the carousel animation is enabled. |
Attributes | Specifies a collection of standard HTML attributes applied to the Carousel. |
Css |
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. |
Image |
Specifies the data source field that contains text strings for image alt attributes. |
Image |
Specifies how the Carousel component scales images. |
Image |
Specifies the data source field that contains image URLs. |
Items | Specifies the component’s item collection. |
Item |
Specifies a template for Carousel items. |
Loop |
Specifies whether loop navigation is enabled. |
Nav |
Specifies how the Carousel displays navigation buttons. |
Pager |
Specifies how the Carousel displays the pager. |
Pause |
Specifies whether to pause the slide show on hover. |
Size |
Specifies the size of the Carousel’s navigation controls. |
Slide |
Specifies the time interval between slide changes. Takes effect if the slide show functionality is enabled. |
Slide |
Specifies whether the slide show functionality is enabled. |
Slide |
Specifies the current slide show state. |
Stop |
Specifies whether to stop the slide show on paging. |
Width | Specifies the component width. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Slide |
Navigates to the next Carousel item. |
Slide |
Navigates to the previous Carousel item. |
Slide |
Navigates to the Carousel item with the specified index. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Active |
Fires when the Carousel’s active item index is changed. |
Slide |
Fires when the Slide |