aspnet-devexpress-dot-web-978748cf.md
A collection of items within the ASPxImageGallery control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ImageGalleryItemCollection :
DataViewItemCollection
Public Class ImageGalleryItemCollection
Inherits DataViewItemCollection
The following members return ImageGalleryItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection ImageGalleryItemCollection MVCxImageGalleryItemCollection
See Also