Skip to main content

ImageSliderSettings.ActiveItemIndex Property

Gets or sets the index of an item which is currently displayed within the image slider.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int ActiveItemIndex { get; set; }

Property Value

Type Description
Int32

An integer value specifying the index of an active item within the ImageSlider extension.

See Also