RangeSelectorCallValueChanged Enum
In This Article
OBSOLETE
This enumeration is obsolete now. Use the Range
Lists values defining when to call the BootstrapRangeSelector.ValueChanged event’s handler.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Obsolete("This enumeration is obsolete now. Use the RangeSelectorSliderValueChangeMode enumeration instead.", false)]
public enum RangeSelectorCallValueChanged
#Members
Name | Description |
---|---|
On
|
The function is called once the slider move is completed. |
On
|
The function is called upon every move of the sliders regardless of its completion. |
#Remarks
The enumeration is used by the BootstrapRangeSelectorBehaviorSettings.CallValueChanged
property.
See Also