Command.CommandSourceType Property
In This Article
Gets or sets the type of the object which invokes the command.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public virtual CommandSourceType CommandSourceType { get; set; }
#Property Value
Type | Description |
---|---|
Command |
A Command |
Available values:
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. |
See Also