MonthlyRecurrenceControl.MonthlyRecurrenceType Property
In This Article
Gets or sets an object indicating what type of monthly recurrence is selected in the MonthlyRecurrenceControl 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 monthly recurrence is selected in the MonthlyRecurrenceControl control (the MonthlyRecurrenceControl.WeekOfMonth property value is set to WeekOfMonth.None), the MonthlyRecurrenceType 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 MonthlyRecurrenceType property returns WeekOfMonth.First.
See Also