ImageSliderItemCollection.Add() Method
In This Article
Adds a new item with the default settings to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageSliderItem Add()
#Returns
Type | Description |
---|---|
Image |
An Image |
See Also