Skip to main content
A newer version of this page is available. .

SliderBase.SlidePrev() Method

Shifts back to an image that precedes the ImageSlider.CurrentImage.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void SlidePrev()

Remarks

The SlidePrev method shifts back to an image that precedes the ImageSlider.CurrentImage via code. An end-user can navigate to the previous image using the ‘Backward’ button that is made visible on hovering the left middle area of the ImageSlider.

The SlidePrev method is the reverse of the SliderBase.SlideNext.

See Also