A newer version of this page is available.
Switch to the current version.
BootstrapRangeSelectorBehaviorSettings.CallValueChanged Property
Specifies the value defining when to call the BootstrapRangeSelector.ValueChanged event's handler.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(RangeSelectorCallValueChanged.OnMovingComplete)]
public RangeSelectorCallValueChanged CallValueChanged { get; set; }
<DefaultValue(RangeSelectorCallValueChanged.OnMovingComplete)>
Public Property CallValueChanged As RangeSelectorCallValueChanged
Property Value
Type | Default | Description |
---|---|---|
RangeSelectorCallValueChanged | OnMovingComplete |
One of the RangeSelectorCallValueChanged enumeration values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CallValueChanged |
---|---|
BootstrapRangeSelector |
|
Remarks
The CallValueChanged property accepts the following RangeSelectorCallValueChanged enumeration values, specifying when the BootstrapRangeSelector.ValueChanged event's handler is called:
- onMoving - the handler is called upon every move of the sliders regardless of its completion.
- onMovingChanged - the handler is called once the slider moves completed.
See Also
Feedback