Skip to main content

RecurrentAppointmentDeleteActionDialogCommand(ASPxScheduler) Constructor

In This Article

Initializes a new instance of the RecurrentAppointmentDeleteActionDialogCommand class.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public RecurrentAppointmentDeleteActionDialogCommand(
    ASPxScheduler control
)

#Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object.

See Also