Skip to main content

RangeSelectorCallValueChanged Enum

Lists values defining when to call the BootstrapRangeSelector.ValueChanged event’s handler.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

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.

#Related API Members

The following properties accept/return RangeSelectorCallValueChanged values:

#Remarks

The enumeration is used by the BootstrapRangeSelectorBehaviorSettings.CallValueChanged property.

See Also