Skip to main content

WeeklyRecurrenceControl.Periodicity Property

Gets or sets the number of weeks specifying the frequency of scheduled appointment occurrences.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public int Periodicity { get; set; }
Public Property Periodicity As Integer

Property Value

Type Description
Int32

An integer that specifies the frequency with which the appointment reoccurs (in weeks).

Remarks

Use the Periodicity property to specify or obtain the value of the RecurrenceInfo.Periodicity property of the object accessed via the WeeklyRecurrenceControl.RecurrenceInfo property.

See Also