Skip to main content
A newer version of this page is available. .

RecurrentAppointmentDeleteDialogLayout(ASPxScheduler) Constructor

Initializes a new instance of the RecurrentAppointmentDeleteDialogLayout class.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

Declaration

public RecurrentAppointmentDeleteDialogLayout(
    ASPxScheduler scheduler
)

Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object.

See Also