ASPxClientImageGallery.GetFullscreenViewerActiveItemIndex Method
In This Article
Returns the index of the active item within the fullscreen viewer.
#Declaration
TypeScript
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