DiagramCustomGetSerializableItemPropertiesEventArgs.SerializationKind Property
In This Article
Indicates the context of serialization.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public SerializationKind SerializationKind { get; }
#Property Value
Type | Description |
---|---|
Serialization |
A DevExpress. |
Available values:
Name | Description |
---|---|
Save |
Saves and loads a diagram from a file. |
Copy |
Copies and pastes diagram items from the clipboard. |
Recreate | Adds items with an undo/redo action. |
See Also