Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxImageGalleryItem Add()

Returns

Type Description
MVCxImageGalleryItem

An MVCxImageGalleryItem object representing the newly created image gallery item.

See Also