CommandSourceType Enum
Lists the command sources.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
| Name | Description |
|---|---|
Unknown
|
The type of the command source is not known. |
Menu
|
The command is issued from the menu. |
Keyboard
|
The command is issued from the keyboard. |
Mouse
|
The command is issued using a mouse. |
Related API Members
The following properties accept/return CommandSourceType values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | Command.CommandSourceType |
| WinForms Controls | AppointmentDependencyFormEventArgs.CommandSourceType |
| AppointmentFormEventArgs.CommandSourceType | |
| Office File API | InsertTextCommand.CommandSourceType |
See Also