Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceFormSettings.Periodicity Property

Gets the frequency with which the corresponding appointment re-occurs.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public int Periodicity { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the frequency with which the corresponding appointment re-occurs.

Remarks

The Periodicity property specifies the interval which defines how the recurrence’s frequency is applied based upon the frequency type (for instance, every Nth day; every Nth week, every Nth month, every Nth year).

This property corresponds to the RecurrenceInfo.Periodicity property.

See Also