Skip to main content

MVCxImageGalleryItemCollection Class

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

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
See Also