Skip to main content
A newer version of this page is available. .

ExtensionsFactory.AppointmentRecurrenceForm(Action<AppointmentRecurrenceFormSettings>) Method

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v19.2.dll

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