RecurrenceInfo.Range Property
In This Article
Gets or sets how recurrence information limits the time interval in which occurrences happen.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public RecurrenceRange Range { get; set; }
#Property Value
Type | Description |
---|---|
Recurrence |
The value that specifies how recurrence information limits the time interval in which occurrences happen. |
Available values:
Name | Description |
---|---|
No |
Recurring appointments do not have an end date. |
Occurrence |
Recurring appointments end after its recurrence count exceeds the value the IRecurrence |
End |
Recurring appointments end after a date the IRecurrence |
See Also