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

MVCxImageGalleryItemCollection.Add() Method

Creates a new image gallery item with the default settings and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxImageGalleryItem Add()

Returns

Type Description
MVCxImageGalleryItem

An MVCxImageGalleryItem object representing the newly created image gallery item.

See Also