SliderBase.SlidePrev() Method
Shifts back to an image that precedes the ImageSlider.CurrentImage.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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