Skip to main content
A newer version of this page is available. .

MVCxImageGalleryItemCollection Class

Represents a collection of items within the ImageGallery.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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.

See Also