Search results

RecurrenceEditorModel API in JavaScript Recurrence Editor API control

Interface for a class RecurrenceEditor

Properties

change

EmitType<RecurrenceEditorChangeEventArgs>

Triggers for value changes on every sub-controls rendered within the recurrence editor.

calendarMode

CalendarType

Sets the specific calendar type to be applied on recurrence editor.

cssClass

string

Allows styling with custom class names.

dateFormat

string

Sets the user specific date format on recurrence editor.

enablePersistence

boolean

Enable or disable persisting component’s state between page reloads.

enableRtl

boolean

Enable or disable rendering component in right to left direction.

endTypes

EndType[]

Sets the type of recurrence end for the recurrence pattern on the editor.

firstDayOfWeek

number

Sets the first day of the week.

frequencies

RepeatType[]

Sets the recurrence pattern on the editor.

locale

string

Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.

maxDate

Date

Sets the maximum date on recurrence editor.

minDate

Date

Sets the minimum date on recurrence editor.

selectedType

number

Sets the current repeat type to be set on the recurrence editor.

startDate

Date

Sets the start date on recurrence editor.

value

string

Sets the recurrence rule as its output values.