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

YearlyRecurrenceControl.DayNumber Property

Gets or sets the month’s day number in which the appointment is scheduled.

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

Declaration

[DefaultValue(1)]
public int DayNumber { get; set; }

Property Value

Type Default Description
Int32 1

An integer, specifying the day of the month.

Remarks

YeralyRecurrenceDayNumber

The client-side setting is available via the YearlyRecurrenceControl.ClientDayNumber property.

See Also