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

MonthlyRecurrenceViewModel.PeriodicityForWeekDay Property

Gets or sets the number of months between occurrences.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int PeriodicityForWeekDay { get; set; }

Property Value

Type Description
Int32

An integer, specifying the number of months.

See Also