IsabyteDateSelector
API reference for IsabyteDateSelector — parameters, event callbacks, and related configuration.
IsabyteDateSelector
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 | IsabyteDateRenderStyle | — | |
IconCssClass | string | Nullable | — |
FormatCulture | CultureInfo | Nullable | — |
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<DateTime?> | — | |
OnDateSelected | EventCallback<DateTime?> | — |