Skip to main content

DailyRecurrenceViewModel.IsEveryWeekDay Property

Specifies whether the appointment recurs every day of the week or every number of days.

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 number of days; otherwise, false.

See Also