BptSlider
API reference for BptSlider — parameters, event callbacks, and related configuration.
BptSlider
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Label | string | Nullable | — |
Value | double | — | |
Range | bool | — | |
ValueLow | double | — | |
ValueHigh | double | — | |
MinGap | double | — | |
ColorLow | string | Nullable | — |
ColorHigh | string | Nullable | — |
LabelLow | string | Nullable | — |
LabelHigh | string | Nullable | — |
Min | double | — | |
Max | double | — | |
Step | double | — | |
ShowTicks | bool | — | |
ShowLabels | bool | — | |
ShowValue | bool | — | |
ValueFormat | string | — | |
Disabled | bool | — | |
Size | BptComponentSize | — | |
CssClass | string | — | |
Color | string | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<double> | — | |
OnValueChanged | EventCallback<double> | — | |
ValueLowChanged | EventCallback<double> | — | |
OnValueLowChanged | EventCallback<double> | — | |
ValueHighChanged | EventCallback<double> | — | |
OnValueHighChanged | EventCallback<double> | — |