Skip to main content

DiagramQueryItemsActionEventArgs.Action Property

Indicates the kind of the action that raised the event.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ItemsActionKind Action { get; }

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