Skip to main content

MVCxSchedulerOptionsForms.SetRemindersFormTemplateContent(Action<RemindersFormTemplateContainer>) Method

Allows you to provide a template for rendering the reminder form.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetRemindersFormTemplateContent(
    Action<RemindersFormTemplateContainer> method
)

Parameters

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

A method to which a template content rendering is delegated.

See Also