Skip to main content

AppointmentEditDialogLayout(ASPxScheduler) Constructor

Initializes a new instance of the AppointmentEditDialogLayout class.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentEditDialogLayout(
    ASPxScheduler scheduler
)

Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object.

See Also