Skip to main content

RangeSelectorCallValueChanged Enum

OBSOLETE

This enumeration is obsolete now. Use the RangeSelectorSliderValueChangeMode enumeration instead.

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
OnMovingComplete

The function is called once the slider move is completed.

OnMoving

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