Skip to main content

SchedulerSettings.SetHorizontalAppointmentTemplateContent(Action<AppointmentTemplateContainer>) Method

Allows you to provide a template for rendering the horizontal appointment.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetHorizontalAppointmentTemplateContent(
    Action<AppointmentTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<AppointmentTemplateContainer>

A method to which a template content rendering is delegated.

Remarks

The SetHorizontalAppointmentTemplateContent method allows you to specify a template for all-day (horizontal) appointments. To specify a template for partial-day (vertical) appointments, call the SetVerticalAppointmentTemplateContent method.

See Also