Class TransactionState
Specifies the transactionstate which used to define the start and end state of the Composite Transactions.
Inheritance
System.Object
TransactionState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class TransactionState : Enum
Fields
End
Specifies the end state of the composite transactions.
Declaration
public const TransactionState End
Field Value
Type |
---|
TransactionState |
Start
Specifies the start state of the composite transactions.
Declaration
public const TransactionState Start
Field Value
Type |
---|
TransactionState |