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