ExtensionsFactory.AppointmentRecurrenceForm(Action<AppointmentRecurrenceFormSettings>) Method
Creates an Appointment Recurrence Form.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public AppointmentRecurrenceFormExtension AppointmentRecurrenceForm(
Action<AppointmentRecurrenceFormSettings> method
)
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<AppointmentRecurrenceFormSettings> | A delegate method that accepts AppointmentRecurrenceFormSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| AppointmentRecurrenceFormExtension | A AppointmentRecurrenceFormExtension object containing settings for the AppointmentRecurrenceForm. |
See Also