SchedulerControl.CreateCommand(SchedulerCommandId) Method
Creates a DevExpress.XtraScheduler.Commands.SchedulerCommand object by the command identifier.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public virtual SchedulerCommand CreateCommand(
SchedulerCommandId commandId
)
Public Overridable Function CreateCommand(
commandId As SchedulerCommandId
) As SchedulerCommand
Parameters
| Name | Type | Description |
|---|---|---|
| commandId | DevExpress.XtraScheduler.Commands.SchedulerCommandId | A DevExpress.XtraScheduler.Commands.SchedulerCommandId structure member which specifies a command. |
Returns
| Type | Description |
|---|---|
| DevExpress.XtraScheduler.Commands.SchedulerCommand | A DevExpress.XtraScheduler.Commands.SchedulerCommand instance that is a SchedulerControl command. |
See Also