Skip to main content

MVCxSchedulerOptionsForms.RecurrenceFormName Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#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