Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SliderBase.SlidePrev() Method

In This Article

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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