Skip to main content

IRecurrenceInfo.Periodicity Property

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

int Periodicity { get; set; }

Property Value

Type Description
Int32

The number that specifies how often the occurrences are.

See Also