ExtensionsFactory.AppointmentRecurrenceForm(AppointmentRecurrenceFormSettings) Method
In This Article
Creates an Appointment Recurrence Form.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public AppointmentRecurrenceFormExtension AppointmentRecurrenceForm(
AppointmentRecurrenceFormSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Appointment |
A Appointment |
#Returns
Type | Description |
---|---|
Appointment |
A Appointment |
See Also