Skip to main content

YearlyRecurrenceViewModel.IsEveryWeekDay Property

Specifies whether the appointment recurs every given date or every given weekday of the specified 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 recur the appointment every given date; otherwise, false.

See Also