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

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

    Namespace: DevExpress.Web.Bootstrap

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

    NuGet Package: DevExpress.Web.Bootstrap

    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