ImageGalleryItemCollection Class
A collection of items within the ASPxImageGallery control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also