ImageGalleryItemCollection.Add() Method
In This Article
Creates a new item with the default settings and adds it to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageGalleryItem Add()
#Returns
Type | Description |
---|---|
Image |
A Image |
See Also