Skip to main content

ExtensionsFactory.AppointmentRecurrenceForm(Action<AppointmentRecurrenceFormSettings>) Method

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.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