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