MonthlyRecurrenceControl.ClientPeriodicity Property
Gets the number of months between occurrences, specified on the client side.
Namespace: DevExpress.Web.ASPxScheduler.Controls
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, representing the number of months between appointment occurrences. |
Remarks
Use this property to get the recurrence periodicity specified by the end-user.
See Also