Defines the scope of operations performed on appointments in the Scheduler.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum SchedulerRecurrenceEditMode
Fields
The operation applies to a single occurrence.
C#
Occurrence = 0
The operation applies to the entire recurrence series.
C#
Series = 1