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

MVCxSchedulerOptionsForms.RecurrenceFormName Property

Gets or sets the name of the recurrence form used in client scripts.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public string RecurrenceFormName { get; set; }

Property Value

Type Description
String

A string that is the name of the recurrence form.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecurrenceFormName
MVCxScheduler
.OptionsForms.RecurrenceFormName
SchedulerSettings
.OptionsForms.RecurrenceFormName

Remarks

If the RecurrenceFormName is not set, the client script searches for the ClientID of the AppointmentRecurrenceForm1 control.

See Also