Skip to main content

ReminderDismissAllDialogCommand(ASPxScheduler) Constructor

Initializes a new instance of the ReminderDismissAllDialogCommand class.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ReminderDismissAllDialogCommand(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object.

See Also