Skip to main content
All docs
V25.1
  • HourlyRecurrenceControl.Periodicity Property

    Gets or sets the number of hours between appointment occurrences.

    Namespace: DevExpress.Web.ASPxScheduler.Controls

    Assembly: DevExpress.Web.ASPxScheduler.v25.1.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