Skip to main content

DailyRecurrenceControl.ClientPeriodicity Property

Gets the number of days between appointment occurrences specified by the end-user 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 interval between occurrences, in days.

Remarks

Use this property to obtain the number of days set by the end-user.

See Also