Fundamentals
Components
Code Utilities
Demo
BcRange
Description
The Range component allows users to select a numeric value within a specified range using a slider control.
Parameters
Value
bool
Represents the current value of the range slider.
ValueChanged
Action < bool >
Triggered when the user changes the selected value.
ValueExpression
Func < T >
Defines an expression that binds the selected value to a model.
Min
int
Specifies the minimum allowed value for the range slider.
Max
int
Specifies the maximum allowed value for the range slider.
Step
int
Defines the step increment for value selection when adjusting the slider.