Back to Devexpress

ActionType Enum

corelibraries-devexpress-dot-diagram-dot-core-2a889ef4.md

latest1.7 KB
Original Source

ActionType Enum

Lists values that indicate whether the diagram item text has been changed directly or using the Undo/Redo operations.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ActionType
vb
Public Enum ActionType

Members

NameDescription
Direct

The text has been changed in the editing mode.

| | Undo |

The text has been changed using the Undo operation.

| | Redo |

The text has been changed using the Redo operation.

|

The following properties accept/return ActionType values:

LibraryRelated API Members
WinForms ControlsDiagramItemContentChangedEventArgs.ActionType
WPF ControlsDiagramItemContentChangedEventArgs.ActionType

Remarks

Values listed by this enumeration are used to set values of the following properties:

See Also

DevExpress.Diagram.Core Namespace