Skip to content

Commit 40535f1

Browse files
Update components/scheduler/recurrence.md
Co-authored-by: Yordan <[email protected]>
1 parent a65c980 commit 40535f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ When users edit, update, or delete a recurring appointment, the Scheduler prompt
226226

227227
### RecurrenceEditMode Property
228228

229-
The `OnEdit`, `OnUpdate`, and `OnDelete` event handlers receive event arguments that include a `EditMode` property. This property indicates the user's choice when interacting with recurring appointments:
229+
The `OnEdit`, `OnUpdate`, and `OnDelete` event handlers receive event arguments that include an `EditMode` property. This property indicates the user's choice when interacting with recurring appointments:
230230

231231
* `SchedulerRecurrenceEditMode.Series`—The user chose to edit or delete the entire series of recurring appointments.
232232
* `SchedulerRecurrenceEditMode.Occurrence`—The user chose to edit or delete only a single occurrence of the recurring appointment.

0 commit comments

Comments
 (0)