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

RecurrentAppointmentEditCancelDialogCommand(ASPxScheduler) Constructor

Initializes a new instance of the RecurrentAppointmentEditCancelDialogCommand class.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

Declaration

public RecurrentAppointmentEditCancelDialogCommand(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object.

See Also