Skip to main content

RecurrentAppointmentDeleteDialogLayout(ASPxScheduler) Constructor

Initializes a new instance of the RecurrentAppointmentDeleteDialogLayout class.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public RecurrentAppointmentDeleteDialogLayout(
    ASPxScheduler scheduler
)

Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object.

See Also