Skip to main content

SchedulerShortcut.CommandName Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
String String.Empty

A string containing a command name.

See Also