Skip to main content

AppointmentFormTemplateContainer.RecurrenceType Property

Gets the time base for the frequency of the appointment’s recurrences.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public RecurrenceType RecurrenceType { get; }

#Property Value

Type Description
RecurrenceType

The recurrence’s frequency type.

Available values:

Name Description
Daily

The recurring appointment reoccurs on a daily base.

Weekly

The recurring appointment reoccurs on a weekly base.

Monthly

The recurring appointment reoccurs on a monthly base.

Yearly

The recurring appointment reoccurs on an yearly base.

Minutely

The recurring appointment reoccurs on a minute base.

Hourly

The recurring appointment reoccurs on an hourly base.

#Remarks

The RecurrenceType property returns the basis for the corresponding appointment’s recurrence pattern used to calculate the appointment’s reoccurrence.

See Also