Back to Devexpress

SerializationKind Enum

corelibraries-devexpress-dot-diagram-dot-core-dot-native.md

latest1.5 KB
Original Source

SerializationKind Enum

Lists values that indicate the serialization action.

Namespace : DevExpress.Diagram.Core.Native

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum SerializationKind
vb
Public Enum SerializationKind

Members

NameDescription
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.

|

The following properties accept/return SerializationKind values:

LibraryRelated API Members
WinForms ControlsDiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind
WPF ControlsDiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind

See Also

DevExpress.Diagram.Core.Native Namespace