DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind Property
Indicates the context of serialization.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
SerializationKind | A DevExpress.Diagram.Core.Native.SerializationKind enumeration value. |
Available values:
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. |
See Also