Settings for HxInputDate
.
Name | Type | Description |
---|---|---|
CalendarDateCustomizationProvider | CalendarDateCustomizationProviderDelegate |
Allows customization of the dates in dropdown calendars. |
CalendarIcon | IconBase |
Optional icon to display within the input. |
InputSize | InputSize? |
Input size. |
MaxDate | DateTime? |
Last date selectable from the dropdown calendar. |
MinDate | DateTime? |
First date selectable from the dropdown calendar. |
PredefinedDates | IEnumerable<InputDatePredefinedDatesItem> |
Predefined dates to be displayed. |
ShowClearButton | bool? |
|
ShowPredefinedDates | bool? |
When enabled, shows predefined days (from HxInputDate.PredefinedDates , e.g. Today). |
TimeProvider | TimeProvider |
TimeProvider to use, note: override the 'Today' in PredefinedDates |
ValidationMessageMode | ValidationMessageMode? |
Specifies how the validation message should be displayed. |