Back to Devexpress

CommandSourceType Enum

corelibraries-devexpress-dot-utils-dot-commands-c0bb5659.md

latest1.6 KB
Original Source

CommandSourceType Enum

Lists the command sources.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum CommandSourceType
vb
Public Enum CommandSourceType

Members

NameDescription
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.

|

The following properties accept/return CommandSourceType values:

LibraryRelated API Members
Cross-Platform Class LibraryCommand.CommandSourceType
WinForms ControlsAppointmentDependencyFormEventArgs.CommandSourceType
AppointmentFormEventArgs.CommandSourceType
Office File APIInsertTextCommand.CommandSourceType

See Also

DevExpress.Utils.Commands Namespace