MVCxImageSliderItemCollection.Item[Int32] Property
In This Article
Provides indexed access to individual image slider items within the MVCxImageSliderItemCollection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxImageSliderItem this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
Use this property to access a particular image slider item using index notation.
See Also