Back to Devexpress

DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcustomgetserializableitempropertieseventargs-78298376.md

latest1.6 KB
Original Source

DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind Property

Indicates the context of serialization.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public SerializationKind SerializationKind { get; }
vb
Public ReadOnly Property SerializationKind As SerializationKind

Property Value

TypeDescription
SerializationKind

A DevExpress.Diagram.Core.Native.SerializationKind enumeration value.

|

Available values:

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.

|

See Also

DiagramCustomGetSerializableItemPropertiesEventArgs Class

DiagramCustomGetSerializableItemPropertiesEventArgs Members

DevExpress.Xpf.Diagram Namespace