Back to Devexpress

DxRangeSelector Members

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

latest5.6 KB
Original Source

DxRangeSelector Members

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

Constructors

NameDescription
DxRangeSelector()Initializes a new instance of the DxRangeSelector class.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
PrintAsync()Invokes the browser’s Print dialog.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
ExportedFires after the Range Selector is exported.
RenderedFires after the Range Selector is rendered.
ValueChangedFires when the selected range changes.

See Also

DxRangeSelector Class

DevExpress.Blazor Namespace