React RangeSelector Types

AxisScale

Specifies the type of the scale.

Accepted Values: 'continuous' | 'discrete' | 'logarithmic' | 'semidiscrete'

BackgroundImageLocation

Specifies a location for the image in the background of a range selector.

Accepted Values: 'center' | 'centerBottom' | 'centerTop' | 'full' | 'leftBottom' | 'leftCenter' | 'leftTop' | 'rightBottom' | 'rightCenter' | 'rightTop'

ChartAxisScale

Specifies the type of the value axis.

Accepted Values: 'continuous' | 'logarithmic'

DisposingEvent

The type of the disposing event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.OptionChangedEvent

ValueChangedCallMode

Specifies when to call the onValueChanged function.

Accepted Values: 'onMoving' | 'onMovingComplete'

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { RangeSelectorTypes } from "devextreme-react/range-selector"
Type: RangeSelectorTypes.ValueChangedEvent