Skip to main content
A newer version of this page is available. .

ActionType Enum

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.1.Core.dll

Declaration

public enum ActionType

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

See Also