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

ReminderSnoozeDialogCommand(ASPxScheduler) Constructor

Initializes a new instance of the ReminderSnoozeDialogCommand class.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ReminderSnoozeDialogCommand(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object.

See Also