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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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).