ExtensionsFactory.AppointmentRecurrenceForm(AppointmentRecurrenceFormSettings) Method
Creates an Appointment Recurrence Form.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public AppointmentRecurrenceFormExtension AppointmentRecurrenceForm(
AppointmentRecurrenceFormSettings settings
)
Parameters
Name | Type | Description |
---|---|---|
settings | AppointmentRecurrenceFormSettings | A AppointmentRecurrenceFormSettings object containing AppointmentRecurrenceForm specific settings. |
Returns
Type | Description |
---|---|
AppointmentRecurrenceFormExtension | A AppointmentRecurrenceFormExtension object implementing the AppointmentRecurrenceForm functionality. |
See Also