Enables/Disables the IgxDateRangePickerComponent
.
The format used when editable inputs are not focused.
The default text of the calendar dialog done
button.
A custom formatter function, applied on the selected or passed in date.
Gets/Sets whether dates that are not part of the current month will be displayed.
The expected user input format and placeholder.
Locale settings used for value formatting and calendar.
Display calendar in either dialog
or dropdown
mode.
The number of displayed month views.
Emitted when the IgxDateRangeComponent
is closed.
Emitted when the calendar starts closing, cancelable.
Emitted when the IgxDateRangeComponent
is opened.
Emitted when the calendar starts opening, cancelable.
Custom overlay settings that should be used to display the calendar.
Sets the placeholder
for single-input IgxDateRangePickerComponent
.
Emitted when a range is selected.
The start day of the week.
Gets calendar state.
let state = this.dateRange.collapsed;
Returns the theme of the component.
The default theme is comfortable
.
Available options are comfortable
, cosy
, compact
.
let componentTheme = this.component.displayDensity;
Sets the theme of the component.
The maximum value in a valid range.
The maximum value in a valid range.
The minimum value in a valid range.
The minimum value in a valid range.
Closes the date range picker's dropdown or dialog.
Opens the date range picker's dropdown or dialog.
Selects a range of dates. If no endDate
is passed, range is 1 day (only startDate
)
Toggles the date range picker's dropdown or dialog
Provides the ability to select a range of dates from a calendar UI or editable inputs.
IgxDateRangeModule
igx-input-group-theme, igx-calendar-theme, igx-date-range-picker-theme
date, range, date range, date picker
scheduling
It displays the range selection in a single or two input fields. The default template displays a single readonly input field while projecting
igx-date-range-start
andigx-date-range-end
displays two editable input fields.<igx-date-range-picker mode="dropdown"></igx-date-range-picker>