ASPxClientImageSliderItem Properties
A client-side equivalent of the image slider’s ImageSliderItem object.| Name | Description |
|---|---|
| imageSlider | Gets an image slider to which the current item belongs. |
| imageUrl | Gets or sets the path to the image displayed within the ASPxClientImageSliderItem. |
| index | Gets the item’s index within an items collection. |
| loaded | Gets whether the image slider’s item is loaded. |
| name | Gets the name that uniquely identifies the image slider item. |
| text | Gets the item’s display text. |
See Also