ItemsActionKind Enum
Lists values that are the queried actions.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Move
|
The capability to move the items is queried. |
MoveCopy
|
The capability to copy and move the items is queried. |
Copy
|
The capability to copy the items is queried. |
Rotate
|
The capability to rotate the items is queried. |
Resize
|
The capability to resize the items is queried. |
Delete
|
The capability to delete the items is queried. |
Related API Members
The following properties accept/return ItemsActionKind values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramQueryItemsActionEventArgs.Action |
WPF Controls | DiagramQueryItemsActionEventArgs.Action |
See Also