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