BptTimeSelector
API reference for BptTimeSelector — parameters, event callbacks, and related configuration.
BptTimeSelector
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | TimeSpan? | Nullable | — |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Placeholder | string | Nullable | — |
Format | string | — | |
HourStep | int | — | |
MinuteStep | int | — | |
Use24HourFormat | bool | — | |
Min | TimeSpan? | Nullable | — |
Max | TimeSpan? | Nullable | — |
Disabled | bool | — | |
CssClass | string | — | |
MinHour | int? | Nullable | — |
MaxHour | int? | Nullable | — |
HoursNotAvailable | List<int> | Nullable | — |
RenderStyle | BptDateRenderStyle | — | |
IconCssClass | string | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<TimeSpan?> | — | |
OnTimeSelected | EventCallback<TimeSpan?> | — |