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

ImageSliderItemCollection.Add() Method

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

NuGet Package: DevExpress.Web

Declaration

public ImageSliderItem Add()

Returns

Type Description
ImageSliderItem

An ImageSliderItem object that is the newly created item.

See Also