corelibraries-devexpress-dot-diagram-dot-core-285209a3.md
Lists values that are the queried actions.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum ItemsActionKind
Public Enum ItemsActionKind
| 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.
|
The following properties accept/return ItemsActionKind values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramQueryItemsActionEventArgs.Action |
| WPF Controls | DiagramQueryItemsActionEventArgs.Action |
See Also