Skip to main content

HourlyRecurrenceControl.Periodicity Property

Gets or sets the number of hours between appointment occurrences.

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Int32 1

The interval between occurrences, in hours.

See Also