Skip to main content
Tab

ImageGalleryItemCollection(ASPxImageGallery) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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