RecurrenceEndingViewModel.EndAfterType Property
In This Article
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public RecurrenceRange EndAfterType { get; set; }
#Property Value
Type |
---|
Recurrence |
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