ValueChange Property (C1RangeSlider)
In This Topic
Gets or sets a value to be added to or subtracted from the Upper/LowerValue of a RangeBase control.
Syntax
'Declaration
Public Property ValueChange As Double
public double ValueChange {get; set;}
See Also