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

ASPxImageGallery Class

An image gallery control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxImageGallery :
    ASPxDataViewBase,
    ISupportsImageCaching,
    ISupportsFolderBinding,
    IControlDesigner

Remarks

The ASPxImageGallery class allows you to display images as thumbnails, navigate between them, and show images full screen.

ImageGallery_Class ImageGallery_ClassFV

The ASPxImageGallery control can be populated with items in different ways:

An image gallery displays a pager that allows navigation between thumbnails. When a thumbnail is clicked, the fullscreen viewer opens.

The Image Gallery supports the virtual paging mode (ImageGalleryFullscreenViewerSettings.EnableVirtualPaging) that allows end-users to load images on demand when navigating using the pager.

Note

ASPxImageGallery control provides you with comprehensive client-side functionality implemented in JavaScript code.

The control’s client-side API is enabled if the ASPxDataViewBase.ClientInstanceName property is defined or any client event is handled.

See Also