Skip to main content

HourlyRecurrenceControl.ClientPeriodicity Property

Gets the number of hours between appointment occurrences specified by the end-user on the client side.

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int ClientPeriodicity { get; }

Property Value

Type Description
Int32

The number of hours.

See Also