menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompositeTransactions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CompositeTransactions

    Represents a CompositeTransactions to perform multiple actions in single operation for Undo/Redo.

    Inheritance
    System.Object
    CompositeTransactions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class CompositeTransactions

    Constructors

    CompositeTransactions()

    Declaration
    public CompositeTransactions()

    Properties

    Data

    Gets or sets a value indicates data log for undo/redo

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    System.Object

    State

    Gets or sets a value indicates start and end state of the composite transactions for undo/redo

    Declaration
    public TransactionState State { get; set; }
    Property Value
    Type
    TransactionState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved