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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return ActionType values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramItemContentChangedEventArgs.ActionType |
WPF Controls | DiagramItemContentChangedEventArgs.ActionType |
Remarks
Values listed by this enumeration are used to set values of the following properties:
See Also