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

SliderBase.SlideFirst() Method

Slides to the first image within the ImageSlider.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void SlideFirst()

Remarks

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

See Also