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

ImageGalleryItemCollection(ASPxImageGallery) Constructor

Initializes a new instance of the ImageGalleryItemCollection class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageGalleryItemCollection(
    ASPxImageGallery imageGallery
)

Parameters

Name Type Description
imageGallery ASPxImageGallery

An ASPxImageGallery object specifying the image gallery to which the current object belongs.

See Also