Skip to main content

SliderBase.SlideLast() Method

Slides to the last image within the ImageSlider.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SlideLast()

Remarks

You can also use the SliderBase.SlideFirst method to navigate to the first image, or the SliderBase.SlideNext and SliderBase.SlidePrev methods to consecutively navigate through images.

See Also