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.v24.2.dll
Declaration
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