ASPxImageSliderBase.ActiveItemIndex Property
Gets or sets the index of the active item within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 ASPxImageSlider only.
In order to get or set an active item by its index on the client side, use the ASPxClientImageSlider.GetActiveItemIndex or ASPxClientImageSlider.SetActiveItemIndex method respectively.
See Also