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

SchedulerShortcut.CommandName Property

Gets or sets the name of a command associated with the keyboard shortcut.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string containing a command name.

See Also