Class ValueChangeMode
Contains the values for the ValueChaning Mode based on the mode only SfRangeslider will works.
Inheritance
System.Object
ValueChangeMode
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public sealed class ValueChangeMode : Enum
Fields
Default
Default mode is a normal mode it works by drag at any place in the control.
Declaration
public const ValueChangeMode Default
Field Value
Type |
---|
ValueChangeMode |
OnThumb
Thumb mode works only when drag the Thumb/bullet in the control.
Declaration
public const ValueChangeMode OnThumb
Field Value
Type |
---|
ValueChangeMode |