ExtensionsFactory.AppointmentRecurrenceForm(Action<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(
Action<AppointmentRecurrenceFormSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Appointment |
A delegate method that accepts Appointment |
#Returns
Type | Description |
---|---|
Appointment |
A Appointment |
See Also