IRecurrenceInfo.Periodicity Property
In This Article
Gets or sets the frequency with which the appointment occurs (for example, every Nth month).
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
int Periodicity { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The number that specifies how often the occurrences are. |
See Also