Skip to main content

RecurrentAppointmentDeleteDialogLayout(ASPxScheduler) Constructor

In This Article

Initializes a new instance of the RecurrentAppointmentDeleteDialogLayout class.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public RecurrentAppointmentDeleteDialogLayout(
    ASPxScheduler scheduler
)

#Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object.

See Also