A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
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
Feedback