corelibraries-devexpress-dot-diagram-dot-core-2a889ef4.md
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
public enum ActionType
Public Enum ActionType
| Name | Description |
|---|---|
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:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramItemContentChangedEventArgs.ActionType |
| WPF Controls | DiagramItemContentChangedEventArgs.ActionType |
Values listed by this enumeration are used to set values of the following properties:
See Also