ASPxClientImageSlider.SetActiveItem(item, preventAnimation) Method
Makes the specified item active within the image slider control on the client side.
Declaration
SetActiveItem(
item: ASPxClientImageSliderItem,
preventAnimation: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
item | ASPxClientImageSliderItem | An ASPxClientImageSliderItem object specifying the item to select. |
preventAnimation | boolean |
|
Remarks
The image slider control provides the ability to make items active on the client side using the SetActiveItem method.
See Also