MVCxImageGalleryItemCollection Class
In This Article
Represents a collection of items within the ImageGallery.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxImageGalleryItemCollection :
ImageGalleryItemCollection
#Related API Members
The following members return MVCxImageGalleryItemCollection objects:
#Remarks
An object of the MVCxImageGalleryItemCollection type can be accessed via the ImageGallerySettings.Items property.
#Implements
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
#Inheritance
Object
StateManagedCollectionBase
Collection
Collection<DataViewItem>
DataViewItemCollection
ImageGalleryItemCollection
MVCxImageGalleryItemCollection
See Also