Skip to main content
A newer version of this page is available. .

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

true to prevent animation effect; false to enable animation.

Remarks

The image slider control provides the ability to make items active on the client side using the SetActiveItem method.

See Also