BptRating
API reference for BptRating — parameters, event callbacks, and related configuration.
BptRating
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | double | — | |
MaxValue | int | — | |
Precision | BptRatingPrecision | — | |
Disabled | bool | — | |
ReadOnly | bool | — | |
ShowLabel | bool | — | |
Label | string | — | |
Size | BptComponentSize | — | |
CssClass | string | — | |
Color | KnownColor? | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<double> | — | |
OnRatingChanged | EventCallback<double> | — |