AppointmentInplaceEditorTemplateContainer(ASPxScheduler, Appointment) Constructor
OBSOLETE
You should use the 'AppointmentInplaceEditorTemplateContainer(ASPxScheduler control)' constructor instead
Initializes a new instance of the AppointmentInplaceEditorTemplateContainer class for the specified appointment and ASPxScheduler control.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
[Obsolete("You should use the 'AppointmentInplaceEditorTemplateContainer(ASPxScheduler control)' constructor instead", false)]
public AppointmentInplaceEditorTemplateContainer(
ASPxScheduler control,
Appointment apt
)
Parameters
Name | Type | Description |
---|---|---|
control | ASPxScheduler | An ASPxScheduler control. |
apt | Appointment | An Appointment object, that is a scheduled appointment. |
See Also