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

ASPxClientImageGallery.GetFullscreenViewerActiveItemIndex Method

Returns the index of the active item within the fullscreen viewer.

Declaration

GetFullscreenViewerActiveItemIndex(): number

Returns

Type Description
number

An integer value that is the active item’s index.

Remarks

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

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

See Also