Settings for HxInputDateRange
.
Name | Type | Description |
---|---|---|
CalendarDateCustomizationProvider | CalendarDateCustomizationProviderDelegate |
Allows customization of the dates in the dropdown calendars. |
CalendarIcon | IconBase |
Optional icon to display within the input. |
FromPlaceholder | string |
Placeholder for the start-date input. |
InputSize | InputSize? |
Input size. |
MaxDate | DateTime? |
The last date selectable from the dropdown calendar. |
MinDate | DateTime? |
The first date selectable from the dropdown calendar. |
PredefinedDateRanges | IEnumerable<InputDateRangePredefinedRangesItem> |
The predefined date ranges to be displayed. |
ShowClearButton | bool? |
|
ShowPredefinedDateRanges | bool? |
When enabled, shows predefined day ranges (from HxInputDateRange.PredefinedDateRanges , e.g., Today). |
TimeProvider | TimeProvider |
The TimeProvider used to get DateTime.Today. |
ToPlaceholder | string |
Placeholder for the end-date input. |
ValidationMessageMode | ValidationMessageMode? |
Specifies how the validation message should be displayed. |