Skip to main content
All docs
V25.1
  • SerializationKind Enum

    Lists values that indicate the serialization action.

    Namespace: DevExpress.Diagram.Core.Native

    Assembly: DevExpress.Diagram.v25.1.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

    See Also