Skip to main content

MVCxSchedulerOptionsForms.SetRecurrentAppointmentEditFormTemplateContent(Action<RecurrentAppointmentDeleteFormTemplateContainer>) Method

Allows you to provide a template for rendering the recurrent appointment form.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetRecurrentAppointmentEditFormTemplateContent(
    Action<RecurrentAppointmentDeleteFormTemplateContainer> method
)

Parameters

Name Type Description
method Action<DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteFormTemplateContainer>

A method to which a template content rendering is delegated.

See Also