A newer version of this page is available.
Switch to the current version.
AppointmentFormTemplateContainer.RecurrenceType Property
Gets or sets the time base for the frequency of the appointment's recurrences.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public RecurrenceType RecurrenceType { get; }
Public ReadOnly Property RecurrenceType As RecurrenceType
Property Value
Type | Description |
---|---|
RecurrenceType | A RecurrenceType enumeration value that specifies the recurrence's frequency type. |
Remarks
The RecurrenceType property specifies the basis for the corresponding appointment's recurrence pattern used to calculate the appointment's reoccurrence.
See Also
Feedback