Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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