Skip to main content

ItemsActionKind Enum

Lists values that are the queried actions.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum ItemsActionKind

Members

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.

Related API Members

The following properties accept/return ItemsActionKind values:

Library Related API Members
WinForms Controls DiagramQueryItemsActionEventArgs.Action
WPF Controls DiagramQueryItemsActionEventArgs.Action

See Also