Enum RecurrenceRange
Specifies the type of recurrence date range.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum RecurrenceRange
Fields
| Name | Description |
|---|---|
| Count | Specifies that recurrence appointment will have the recurrence count. |
| EndDate | Specifies that recurrence appointment will have the end date. |
| NoEndDate | Specifies that recurrence appointment will have the no end date. |