BptDateSelector
API reference for BptDateSelector — parameters, event callbacks, and related configuration.
BptDateSelector
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | DateTime? | Nullable | — |
Placeholder | string | Nullable | — |
Format | string | — | |
Min | DateTime? | Nullable | — |
Max | DateTime? | Nullable | — |
Disabled | bool | — | |
CssClass | string | — | |
FirstDayOfWeek | DayOfWeek | — | |
ForceOpen | bool | — | |
RenderStyle | BptDateRenderStyle | — | |
IconCssClass | string | Nullable | — |
FormatCulture | CultureInfo | Nullable | — |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<DateTime?> | — | |
OnDateSelected | EventCallback<DateTime?> | — |