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

SchedulerShortcut.Shortcut Property

Gets or sets the keyboard combination that invokes the current shortcut’s functionality.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("")]
public string Shortcut { get; set; }

Property Value

Type Default Description
String String.Empty

The String value specifying the keyboard combination.

Remarks

See the Keyboard Shortcuts topic for more information.

See Also