Skip to main content
A newer version of this page is available. .

AppointmentFormTemplateContainer(ASPxScheduler, Appointment) Constructor

OBSOLETE

You should use the 'AppointmentFormTemplateContainer(ASPxScheduler control)' constructor instead

Initializes a new instance of the AppointmentFormTemplateContainer class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[Obsolete("You should use the 'AppointmentFormTemplateContainer(ASPxScheduler control)' constructor instead", false)]
public AppointmentFormTemplateContainer(
    ASPxScheduler control,
    Appointment apt
)

Parameters

Name Type Description
control ASPxScheduler

A ASPxScheduler control for which the template container is created.

apt Appointment

An Appointment object to link with the form.

Remarks

The constructor creates a new template container and creates the data sources (refer to the AppointmentFormTemplateContainer.LabelDataSource, AppointmentFormTemplateContainer.StatusDataSource, AppointmentFormTemplateContainer.ResourceDataSource description).

See Also