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

MonthlyRecurrenceViewModel.IsEveryWeekDay Property

Specifies whether the appointment recurs every given day of the month or every given weekday in the month.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

Declaration

public bool IsEveryWeekDay { get; set; }

Property Value

Type Description
Boolean

true, to repeat the appointment every given date of month; otherwise, false.

See Also