Skip to main content

MonthlyRecurrenceControl.ClientPeriodicity Property

Gets the number of months between occurrences, 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, representing the number of months between appointment occurrences.

Remarks

Use this property to get the recurrence periodicity specified by the end-user.

See Also