ASPxClientImageGallery.ShowFullscreenViewer(index) Method
Shows the fullscreen viewer with the specified active item.
Declaration
ShowFullscreenViewer(
index: number
): void
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the active item. |
Remarks
Use the ASPxClientImageGallery.HideFullscreenViewer and ShowFullscreenViewer methods on the client side to hide and show the fullscreen viewer. Note that the index parameter is optional. Call the ShowFullscreenViewer method without a parameter to display the fullscreen viewer for the currently active item.
See Also