MVCxSchedulerOptionsForms.RecurrenceFormName Property
In This Article
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
#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 Recurrence |
---|---|
MVCx |
|
Scheduler |
|
#Remarks
If the RecurrenceFormName is not set, the client script searches for the ClientID of the AppointmentRecurrenceForm1 control.
See Also