Skip to main content
A newer version of this page is available. .

RangeSelectorBuilder Methods

A RangeSelector control.
Name Description
Background(Action<RangeSelectorBackgroundBuilder>) Mirrors the client-side background object.
Behavior(Action<RangeSelectorBehaviorBuilder>) Mirrors the client-side behavior object.
Chart(Action<RangeSelectorChartBuilder>) Mirrors the client-side chart object.
ContainerBackgroundColor(JS) Mirrors the client-side containerBackgroundColor option.
ContainerBackgroundColor(String) Mirrors the client-side containerBackgroundColor option.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds a RangeSelector control to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds a RangeSelector control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) Binds a RangeSelector control to read-only data in JSON format.
DataSourceField(JS) Mirrors the client-side dataSourceField option.
DataSourceField(String) Mirrors the client-side dataSourceField option.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
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.
Export(Action<RangeSelectorExportBuilder>) Mirrors the client-side export object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
Indent(Action<RangeSelectorIndentBuilder>) Mirrors the client-side indent object.
LoadingIndicator(Action<RangeSelectorLoadingIndicatorBuilder>) Mirrors the client-side loadingIndicator object.
Margin(Action<RangeSelectorMarginBuilder>) Mirrors the client-side margin object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnDrawn(RazorBlock) Mirrors the client-side onDrawn option.
OnDrawn(String) Mirrors the client-side onDrawn option.
OnExported(RazorBlock) Mirrors the client-side onExported option.
OnExported(String) Mirrors the client-side onExported option.
OnExporting(RazorBlock) Mirrors the client-side onExporting option.
OnExporting(String) Mirrors the client-side onExporting option.
OnFileSaving(RazorBlock) Mirrors the client-side onFileSaving option.
OnFileSaving(String) Mirrors the client-side onFileSaving option.
OnIncidentOccurred(RazorBlock) Mirrors the client-side onIncidentOccurred option.
OnIncidentOccurred(String) Mirrors the client-side onIncidentOccurred option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnValueChanged(RazorBlock) Mirrors the client-side onValueChanged option.
OnValueChanged(String) Mirrors the client-side onValueChanged option.
Option(String, Object) Specifies an option by its name.
PathModified(JS) Mirrors the client-side pathModified option.
PathModified(Boolean) Mirrors the client-side pathModified option.
RedrawOnResize(JS) Mirrors the client-side redrawOnResize option.
RedrawOnResize(Boolean) Mirrors the client-side redrawOnResize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Scale(Action<RangeSelectorScaleBuilder>) Mirrors the client-side scale object.
SelectedRangeColor(JS) Mirrors the client-side selectedRangeColor option.
SelectedRangeColor(String) Mirrors the client-side selectedRangeColor option.
SelectedRangeUpdateMode(VisualRangeUpdateMode) Mirrors the client-side selectedRangeUpdateMode option.
Shutter(Action<RangeSelectorShutterBuilder>) Mirrors the client-side shutter object.
Size(Action<RangeSelectorSizeBuilder>) Mirrors the client-side size object.
SliderHandle(Action<RangeSelectorSliderHandleBuilder>) Mirrors the client-side sliderHandle object.
SliderMarker(Action<RangeSelectorSliderMarkerBuilder>) Mirrors the client-side sliderMarker object.
Theme(VizTheme) Mirrors the client-side theme option.
Title(JS) Mirrors the client-side title option.
Title(Action<RangeSelectorTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
Value(JS) Mirrors the client-side value option.
Value(Action<VizRangeBuilder>) Mirrors the client-side value object.
Value(IEnumerable<DateTime>) Mirrors the client-side value option.
Value(IEnumerable<Double>) Mirrors the client-side value option.
Value(IEnumerable<String>) Mirrors the client-side value option.
See Also