Back to Devexpress

ImageGalleryItemCollection Class

aspnet-devexpress-dot-web-978748cf.md

latest3.0 KB
Original Source

ImageGalleryItemCollection Class

A collection of items within the ASPxImageGallery control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ImageGalleryItemCollection :
    DataViewItemCollection
vb
Public Class ImageGalleryItemCollection
    Inherits 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<DataViewItem>

ICollection<DataViewItem>

IEnumerable<DataViewItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection ImageGalleryItemCollection MVCxImageGalleryItemCollection

See Also

ImageGalleryItemCollection Members

Image Gallery

DevExpress.Web Namespace