MonthlyRecurrenceControl.MonthlyRecurrenceType Property
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
public WeekOfMonth MonthlyRecurrenceType { get; set; }
Public Property MonthlyRecurrenceType As WeekOfMonth
Property Value
| Type | Description |
|---|---|
| WeekOfMonth | A WeekOfMonth enumeration member. |
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