Skip to main content

MonthlyRecurrenceControl.ClientDayNumber Property

Gets the day number specified on a client side in the day number spin edit (Day N of every K month)

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int ClientDayNumber { get; }

Property Value

Type Description
Int32

An integer, representing a day number.

Remarks

The property corresponds to N in the Day N of every K month control’s editing expression.

The editor has an upper limit of 31 for specifying the day number in a month. The MonthlyRecurrenceControl.CheckForWarnings method can be used to warn about the difference in the number of days for different months.

See Also