RedockTransaction
Class
Implements a transaction that is associated with a successful Redock request.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class RedockTransaction : RadDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRadDockTransactionRedockTransaction
Implements:
Inherited Members
Constructors
Constructs a new RedockTransaction instance.
C#
public RedockTransaction(DockState state, IEnumerable<DockWindow> windows, bool defaultAction)
The target DockState for the transaction.
windowsIEnumerable<DockWindow>defaultActionboolProperties
Determines whether a default action will be performed for dock windows without previously saved state.
C#
public bool PerformDefaultAction { get; }
Gets the reason for the redock transaction.
C#
public RedockTransactionReason Reason { get; }
Returns the Redock transaction type.
C#
public override DockTransactionType TransactionType { get; }
Overrides: