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

WeeklyRecurrenceViewModel.Periodicity Property

Gets or sets a value specifying the frequency (in weeks) with which the corresponding appointment reccurs.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

Declaration

public int Periodicity { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the frequency with which the corresponding appointment reccurs.

See Also