Class CompositeTransactions
Represents a CompositeTransactions to perform multiple actions in single operation for Undo/Redo.
Inheritance
System.Object
CompositeTransactions
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class CompositeTransactions : Object
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 |