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