Skip to main content
A newer version of this page is available. .

MonthlyRecurrenceControl.ClientPeriodicity Property

Gets the number of months between occurrences, specified on the client side.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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