Skip to main content

DailyRecurrenceViewModel.Periodicity Property

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

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

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