A newer version of this page is available.
Switch to the current version.
AppointmentFormTemplateContainer.RecurrenceWeekDays Property
Gets the day/days in a week that the corresponding appointment re-occurs on.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public WeekDays RecurrenceWeekDays { get; }
Public ReadOnly Property RecurrenceWeekDays As WeekDays
Property Value
Type | Description |
---|---|
WeekDays | A WeekDays enumeration's value specifying the day/days in a week. |
Remarks
The RecurrenceWeekDays property defines a specific day/days in a week which is used to calculate the appointment's reoccurrence in the recurrence pattern.
See Also
Feedback