ItemsActionSource Enum
In This Article
Lists values that represent the source of the action that raised an event.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Mouse
|
The event was raised by a mouse operation. |
Key
|
The event was raised by pressing a key. |
Property
|
The event was raised using the Properties panel. |
#Related API Members
The following properties accept/return ItemsActionSource values:
Show 12 items
See Also