Skip to main content

SchedulerShortcut(String, String) Constructor

Initializes a new instance of the SchedulerShortcut class with specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerShortcut(
    string commandName,
    string shortcut
)

Parameters

Name Type Description
commandName String

A string value that specifies a command name.

shortcut String

A string that specifies the shortcut.

See Also