Back to Devexpress

ASPxImageSlider.Items Property

aspnet-devexpress-dot-web-dot-aspximageslider.md

latest1.4 KB
Original Source

ASPxImageSlider.Items Property

Gets the collection of items in the ASPxImageSlider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageSliderItemCollection Items { get; }
vb
Public ReadOnly Property Items As ImageSliderItemCollection

Property Value

TypeDescription
ImageSliderItemCollection

An ImageSliderItemCollection instance that is the collection of items.

|

Remarks

Use the Items property to access a collection of items within the image slider. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

If the image slider is data bound, the Items property is ignored.

See Also

Image Slider

ASPxImageSlider Class

ASPxImageSlider Members

DevExpress.Web Namespace