Back to Devexpress

ImageSliderSettings.Items Property

aspnet-devexpress-dot-web-dot-mvc-dot-imageslidersettings.md

latest1.6 KB
Original Source

ImageSliderSettings.Items Property

Gets the collection of items in the ImageSlider.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
MVCxImageSliderItemCollection

An MVCxImageSliderItemCollection 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 bound to data, the Items property is ignored.

See Also

ImageSlider

ImageSliderSettings Class

ImageSliderSettings Members

DevExpress.Web.Mvc Namespace