Settings for HxInputDateRange
.
Name | Type | Description |
---|---|---|
CalendarDateCustomizationProvider | CalendarDateCustomizationProviderDelegate |
Allows customization of the dates in dropdown calendars. |
InputSize | InputSize? |
Input size. |
MaxDate | DateTime? |
Last date selectable from the dropdown calendar. |
MinDate | DateTime? |
First date selectable from the dropdown calendar. |
PredefinedDateRanges | IEnumerable<InputDateRangePredefinedRangesItem> |
Predefined date ranges to be displayed. |
ShowCalendarButtons | bool? |
|
ShowPredefinedDateRanges | bool? |
When enabled, shows predefined day ranges (from HxInputDateRange.PredefinedDateRanges , e.g. Today). |
Method | Returns | Description |
---|---|---|
<Clone>$() | InputDateRangeSettings |
Method | Type | Description |
---|---|---|
op_Equality (InputDateRangeSettings left, InputDateRangeSettings right) | bool |
|
op_Inequality (InputDateRangeSettings left, InputDateRangeSettings right) | bool |