Skip to main content

SerializationKind Enum

Lists values that indicate the serialization action.

Namespace: DevExpress.Diagram.Core.Native

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum SerializationKind

Members

Name Description
SaveLoadDocument

Saves and loads a diagram from a file.

CopyPaste

Copies and pastes diagram items from the clipboard.

Recreate

Adds items with an undo/redo action.

Related API Members

The following properties accept/return SerializationKind values:

Library Related API Members
WinForms Controls DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind
WPF Controls DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind

See Also