DiagramQueryItemsActionEventArgs.Action Property
Indicates the kind of the action that raised the event.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
ItemsActionKind | A ItemsActionKind enumeration value. |
Available values:
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. |
See Also