YearlyRecurrenceControl.YearlyRecurrenceType Property
Gets or sets an object indicating what type of yearly recurrence is selected in the YearlyRecurrenceControl control.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public WeekOfMonth YearlyRecurrenceType { get; set; }
Public Property YearlyRecurrenceType As WeekOfMonth
Property Value
| Type | Description |
|---|---|
| WeekOfMonth | A WeekOfMonth enumeration member. |
Remarks
If the Day Number type of yearly recurrence is selected in the YearlyRecurrenceControl control (the YearlyRecurrenceControl.WeekOfMonth property value is set to WeekOfMonth.None), the YearlyRecurrenceType property returns WeekOfMonth.None. If the Day of Week recurrence type is active (the MonthlyRecurrenceControl.WeekOfMonth property value is set to any other WeekOfMonth enumeration member), the YearlyRecurrenceType property returns WeekOfMonth.First.
See Also