Back to Devexpress

MVCxImageGalleryItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-179fa0b9.md

latest2.8 KB
Original Source

MVCxImageGalleryItemCollection Class

Represents a collection of items within the ImageGallery.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxImageGalleryItemCollection :
    ImageGalleryItemCollection
vb
Public Class MVCxImageGalleryItemCollection
    Inherits ImageGalleryItemCollection

The following members return MVCxImageGalleryItemCollection objects:

Remarks

An object of the MVCxImageGalleryItemCollection type can be accessed via the ImageGallerySettings.Items property.

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<DataViewItem>

ICollection<DataViewItem>

IEnumerable<DataViewItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection ImageGalleryItemCollection MVCxImageGalleryItemCollection

See Also

MVCxImageGalleryItemCollection Members

ImageGallery

DevExpress.Web.Mvc Namespace