ImageSliderItemCollection Class
In This Article
A collection of items within the ASPxImageSlider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ImageSliderItemCollection :
ImageSliderItemCollectionBase
#Related API Members
The following members return ImageSliderItemCollection objects:
#Remarks
The ImageSliderItemCollection instance can be accessed via the ASPxImageSlider.Items property.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also