Back to Devexpress

AppointmentFormEventArgs.CommandSourceType Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentformeventargs-a986e4f9.md

latest1.8 KB
Original Source

AppointmentFormEventArgs.CommandSourceType Property

Indicates the mechanism of the command input, e.g. keyboard, mouse, menu.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public CommandSourceType CommandSourceType { get; }
vb
Public ReadOnly Property CommandSourceType As CommandSourceType

Property Value

TypeDescription
CommandSourceType

A DevExpress.Utils.Commands.CommandSource enumeration member, specifying the command input method.

|

Available values:

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.

|

Remarks

The CommandSourceType property provides information about the type of input used to issue a command. It allows you to differentiate between the command origins and adjust the settings for proper execution.

See Also

AppointmentFormEventArgs Class

AppointmentFormEventArgs Members

DevExpress.XtraScheduler Namespace