Skip to main content
Tab

ImageGalleryItemCollection.Add() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageGalleryItem Add()

Returns

Type Description
ImageGalleryItem

A ImageGalleryItem object that is the newly created item.

See Also