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

MonthlyRecurrenceControl.Periodicity Property

Gets or sets the number of months between occurrences.

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

Declaration

[DefaultValue(1)]
public int Periodicity { get; set; }

Property Value

Type Default Description
Int32 1

An integer, specifying the number of months.

Remarks

MonthlyRecurrencePeriodicity

The client-side setting is available via the MonthlyRecurrenceControl.ClientPeriodicity property.

See Also