SchedulerShortcut.CommandName Property
Gets or sets the name of a command associated with the keyboard shortcut.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue("")]
public string CommandName { get; set; }
<DefaultValue("")>
Public Property CommandName As String
Property Value
Type | Default | Description |
---|---|---|
String | A string containing a command name. |
See Also
Feedback