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

ImageGalleryItemCollection Class

A collection of items within the ASPxImageGallery control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ImageGalleryItemCollection :
    DataViewItemCollection

The following members return ImageGalleryItemCollection objects:

Remarks

The ImageGalleryItemCollection class manages a collection of ImageGalleryItem objects. The properties and methods exposed by the collection can be used to perform common collection operations, such as adding new or deleting the existing items. Individual items can be accessed using indexer notation.

The ImageGalleryItemCollection instance can be accessed via the ASPxImageGallery.Items property.

See Also