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

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.v19.1.dll

Declaration

public bool IsEveryWeekDay { get; set; }

Property Value

Type Description
Boolean

true, to recur the appointment every given date; otherwise, false.

See Also