Back to Devexpress

ItemsActionKind Enum

corelibraries-devexpress-dot-diagram-dot-core-285209a3.md

latest1.5 KB
Original Source

ItemsActionKind Enum

Lists values that are the queried actions.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ItemsActionKind
vb
Public Enum ItemsActionKind

Members

NameDescription
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.

|

The following properties accept/return ItemsActionKind values:

LibraryRelated API Members
WinForms ControlsDiagramQueryItemsActionEventArgs.Action
WPF ControlsDiagramQueryItemsActionEventArgs.Action

See Also

DevExpress.Diagram.Core Namespace