Skip to main content

ASPxClientImageSlider.GetActiveItemIndex Method

Returns the index of the active item within the image slider control.

#Declaration

TypeScript
GetActiveItemIndex(): number

#Returns

Type Description
number

The active item’s index.

#Remarks

Use the GetActiveItemIndex method to obtain the index of the active item on the client side.

In order to make active a specific item by its index, use the ASPxClientImageSlider.SetActiveItemIndex method of the control.

See Also