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

SchedulerShortcut(String, String) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

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