Skip to main content

WeeklyRecurrenceControl.ClientPeriodicity Property

Gets the number of weeks between weeks containing scheduled appointments, specified 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

An integer, specifying the number of weeks.

Remarks

The ClientPeriodicity property specifies the value of N in the recurrence condition “Recur every N weeks”.

See Also