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 RedockTransaction instance.
Declaration
public RedockTransaction(DockState state, IEnumerable<DockWindow> windows, bool defaultAction)
Parameters
DockState
state
The target DockState for the transaction. |
System.Collections.Generic.IEnumerable<DockWindow>
windows
|
System.Boolean
defaultAction
|
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.Boolean
|
Reason
Gets the reason for the redock transaction.
Declaration
public RedockTransactionReason Reason { get; }
Property Value
RedockTransactionReason
|
TransactionType
Returns the Redock transaction type.
Declaration
public override DockTransactionType TransactionType { get; }
Property Value
DockTransactionType
|