Skip to main content

YearlyRecurrenceControl.Periodicity Property

Gets or sets the number of years specifying the frequency of 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 value that specifies the frequency with which the appointment reoccurs (in years).

Remarks

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

See Also