Back to Devexpress

DxRangeSelector Properties

blazor-devexpress-dot-blazor-dot-dxrangeselector-dot-underscore-properties.md

latest2.6 KB
Original Source

DxRangeSelector Properties

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

NameDescription
AllowMouseSelectionSpecifies whether users can use the mouse to select a range.
AllowSliderSwapSpecifies whether users can swap sliders.
AnimationEnabledSpecifies whether the Range Selector animation is enabled.
DataSpecifies an object that supplies Range Selector data.
HeightSpecifies the component height.
MoveSelectedRangeByClickSpecifies whether users can move the selected range with mouse clicks.
RedrawOnResizeSpecifies whether to redraw the Range Selector when its container size changes.
SelectedRangeColorSpecifies the selected range color.
SelectedRangeEndValueSpecifies the end value of the selected range.
SelectedRangeLengthSpecifies the length of the selected range. Does not apply to discrete scales.
SelectedRangeStartValueSpecifies the start value of the selected range.
SelectedRangeUpdateModeSpecifies how the selected range should behave if new values are added to the data source.
SnapSliderToTicksSpecifies whether to dock the dropped slider to the nearest tick.
ValueChangeModeSpecifies how the Range Selector updates selected range values.
WidthSpecifies the component width.

See Also

DxRangeSelector Class

DxRangeSelector Members

DevExpress.Blazor Namespace