RecurrenceEditorComponent
Represents the Kendo UI Recurrence Editor component for Angular. This example demonstrates the Recurrence Editor, among other components.
Selector
kendo-recurrence-editor
Export Name
Accessible in templates as #kendoRecurrenceEditorInstance="kendoRecurrenceEditor"
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
endAfterOptions | Specifies the options of the | ||
endOnOptions | Specifies the options of the | ||
repeatEveryOptions | Specifies the options of the | ||
repeatOnOptions | Specifies the options of the | ||
timezone | string | Specifies the id of the timezone that will be used. | |
weekStart | The first day of the week. Defaults to the locale settings. | ||
start | Date | Specifies the start date of the event. |
Events
NAME | TYPE | DESCRIPTION |
---|---|---|
valueChange | EventEmitter<string> | Fires when the value of the component has changed. |