Skip to main content
A newer version of this page is available. .

CommandSourceType Enum

Lists the command sources.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v19.2.dll

Declaration

public enum CommandSourceType

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.

See Also