Skip to main content

ExtensionsFactory.AppointmentRecurrenceForm(Action<AppointmentRecurrenceFormSettings>) Method

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#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