A newer version of this page is available.
Switch to the current version.
SliderBase Class
Provides a base class for ImageSlider objects.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v19.2.dll
Declaration
public class SliderBase :
BaseStyleControl,
ISupportXtraAnimation,
IImageSlider,
ISwipeGestureClientEx
Public Class SliderBase
Inherits BaseStyleControl
Implements 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.
Implements
Inheritance
See Also
Feedback