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

SliderBase Class

Provides a base class for ImageSlider objects.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class SliderBase :
    BaseStyleControl,
    ISupportXtraAnimation,
    IImageSlider,
    ISwipeGestureClientEx

Remarks

The SliderBase provides base functionality used by ImageSlider objects, such as the SliderBase.SlideNext and SliderBase.SlidePrev methods, which perform sliding from the current image to a next or previous one when an end-user clicks a corresponding navigation control.

See Also