Skip to main content
All docs
V24.2

DxRangeSelector Members

An interactive component that visualizes data on a linear scale and allows users to select a value range.

Constructors

Name Description
DxRangeSelector() Initializes a new instance of the DxRangeSelector class.

Properties

Name Description
AllowMouseSelection Specifies whether users can use the mouse to select a range.
AllowSliderSwap Specifies whether users can swap sliders.
AnimationEnabled Specifies whether the Range Selector animation is enabled.
Data Specifies an object that supplies Range Selector data.
Height Specifies the component height.
MoveSelectedRangeByClick Specifies whether users can move the selected range with mouse clicks.
RedrawOnResize Specifies whether to redraw the Range Selector when its container size changes.
SelectedRangeColor Specifies the selected range color.
SelectedRangeEndValue Specifies the end value of the selected range.
SelectedRangeLength Specifies the length of the selected range. Does not apply to discrete scales.
SelectedRangeStartValue Specifies the start value of the selected range.
SelectedRangeUpdateMode Specifies how the selected range should behave if new values are added to the data source.
SnapSliderToTicks Specifies whether to dock the dropped slider to the nearest tick.
ValueChangeMode Specifies how the Range Selector updates selected range values.
Width Specifies the component width.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToAsync(String, DataExportFormat) Exports component data to a file in the specified format.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetSvgMarkupAsync() Gets the component’s SVG markup.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PrintAsync() Invokes the browser’s Print dialog.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Exported Fires after the Range Selector is exported.
Rendered Fires after the Range Selector is rendered.
ValueChanged Fires when the selected range changes.
See Also