Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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