DiagramQueryItemsActionEventArgs.Action Property
Indicates the queried action.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v23.1.dll
NuGet Package: DevExpress.Wpf.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