ASPxClientImageGallery Class
The client-side equivalent of the ASPxImageGallery control.
Declaration
declare class ASPxClientImageGallery extends ASPxClientDataView
Remarks
Using the methods exposed by the ASPxClientImageGallery object, you can:
- play and pause a slide show (ASPxClientImageGallery.PlaySlideShow and ASPxClientImageGallery.PauseSlideShow);
- show and hide the fullscreen viewer (ASPxClientImageGallery.ShowFullscreenViewer and ASPxClientImageGallery.HideFullscreenViewer);
- get and set the active item within the fullscreen viewer (ASPxClientImageGallery.GetFullscreenViewerActiveItemIndex and ASPxClientImageGallery.SetFullscreenViewerActiveItemIndex);
- get the item count within the fullscreen viewer (ASPxClientImageGallery.GetFullscreenViewerItemCount);
The client events available via the ASPxClientImageGallery object allow you to respond to the following actions:
- fullscreen viewer showing (ASPxClientImageGallery.FullscreenViewerShowing);
- active item changes (ASPxClientImageGallery.FullscreenViewerActiveItemIndexChanged);
Note
The client-side programmatic interface is available if the ASPxDataViewBase.ClientInstanceName property is defined, or any client event is handled.
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientDataView
ASPxClientImageGallery
See Also