Back to Devexpress

SliderBase.SlideLast() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-sliderbase-c885bfc8.md

latest1.7 KB
Original Source

SliderBase.SlideLast() Method

Slides to the last image within the ImageSlider.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void SlideLast()
vb
Public Sub 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

SlideFirst()

SlideNext()

SlidePrev()

AutoSlide

SliderBase Class

SliderBase Members

DevExpress.XtraEditors.Controls Namespace