menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompositeTransactions - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved