ASPxImageSliderBase.ActiveItemIndex Property
In This Article
Gets or sets the index of the active item within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that is the active item’s index. |
#Remarks
Use the ActiveItemIndex method to specify the active item index.
Note
For ASPx
In order to get or set an active item by its index on the client side, use the ASPx
See Also