Enum RepeatType
An enum that holds the frequencies available in recurrence editor.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RepeatType
Fields
| Name | Description |
|---|---|
| Daily | The recurring frequency is daily. |
| Monthly | The recurring frequency is monthly. |
| None | No frequency is available in the recurrence. |
| Weekly | The recurring frequency is weekly. |
| Yearly | The recurring frequency is yearly. |