Class RecurrenceRange
Specifies the type of recurrence date range.
Inheritance
System.Object
    RecurrenceRange
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class RecurrenceRange : EnumFields
Count
Specifies that recurrence appointment will have the recurrence count.
Declaration
public const RecurrenceRange CountField Value
| Type | 
|---|
| RecurrenceRange | 
EndDate
Specifies that recurrence appointment will have the end date.
Declaration
public const RecurrenceRange EndDateField Value
| Type | 
|---|
| RecurrenceRange | 
NoEndDate
Specifies that recurrence appointment will have the no end date.
Declaration
public const RecurrenceRange NoEndDateField Value
| Type | 
|---|
| RecurrenceRange |