YearlyRecurrenceControl.YearlyRecurrenceType Property
In This Article
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
#Property Value
Type | Description |
---|---|
Week |
A Week |
#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