Skip to main content

ExtensionsFactory.AppointmentRecurrenceForm(AppointmentRecurrenceFormSettings) Method

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public AppointmentRecurrenceFormExtension AppointmentRecurrenceForm(
    AppointmentRecurrenceFormSettings settings
)

Parameters

Name Type Description
settings AppointmentRecurrenceFormSettings

A AppointmentRecurrenceFormSettings object containing AppointmentRecurrenceForm specific settings.

Returns

Type Description
AppointmentRecurrenceFormExtension

A AppointmentRecurrenceFormExtension object implementing the AppointmentRecurrenceForm functionality.

See Also