MVCxSchedulerOptionsForms.RecurrenceFormName Property
Gets or sets the name of the recurrence form used in client scripts.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
| SchedulerSettings |
|
Remarks
If the RecurrenceFormName is not set, the client script searches for the ClientID of the AppointmentRecurrenceForm1 control.
See Also