SchedulerCustomShortcutCollection.Add(String, String) Method
In This Article
Adds a new keyboard shortcut with the specified settings to the collection.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SchedulerShortcut Add(
string commandName,
string shortcut
)
#Parameters
Name | Type | Description |
---|---|---|
command |
String | A string specifying the name of the command associated with the shortcut. |
shortcut | String | A string specifying the keyboard combination. |
#Returns
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also