Skip to main content
All docs
V25.2
  • RangeSelectorSliderValueChangeMode Enum

    Lists values that define when the component raises the BootstrapRangeSelector.ValueChanged event.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public enum RangeSelectorSliderValueChangeMode

    Members

    Name Description
    OnHandleMove

    The event fires whenever a user drags a slider handle.

    OnHandleRelease

    The event fires once a user drops a slider handle.

    Related API Members

    The following properties accept/return RangeSelectorSliderValueChangeMode values:

    See Also