Skip to main content

ASPxClientImageGallery.GetFullscreenViewerActiveItemIndex Method

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

Declaration

GetFullscreenViewerActiveItemIndex(): number

Returns

Type Description
number

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