Skip to main content
Tab

ASPxImageSliderBase.ActiveItemIndex Property

Gets or sets the index of the active item within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int ActiveItemIndex { get; set; }

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