Skip to main content
A newer version of this page is available. .

DiagramQueryItemsActionEventArgs.Action Property

Indicates the kind of the action that raised the event.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public ItemsActionKind Action { get; }

Property Value

Type Description
ItemsActionKind

A ItemsActionKind enumeration value.

Available values:

Name Description
Move

The event was raised by moving items.

MoveCopy

The event was raised by moving and copying items.

Copy

The event was raised by copying items.

Rotate

The event was raised by rotating items.

Resize

The event was raised by resizing items.

Delete

The event was raised by deleting items.

See Also