Class DockWindowTransaction
Implements a transaction that is associated with a DockWindow request.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockWindowTransaction : PerformDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
DockWindowTransaction(DockState, DockWindow, DockWindow, SplitPanel, DockPosition)
Constructs a new Dock
Declaration
public DockWindowTransaction(DockState state, DockWindow window, DockWindow targetWindow, SplitPanel anchor, DockPosition position)
Parameters
Dock The target state for the transaction. |
Dock The window associated with the transaction. |
Dock The target window for the transaction (may be null). |
Split The Split |
Dock The Dock |
DockWindowTransaction(DockState, DockWindow[], DockWindow, SplitPanel, DockPosition)
Constructs a new Dock
Declaration
public DockWindowTransaction(DockState state, DockWindow[] windows, DockWindow targetWindow, SplitPanel anchor, DockPosition position)
Parameters
Dock The target state for the transaction. |
Dock The windows associated with the transaction. |
Dock The target window for the transaction (may be null). |
Split The Split |
Dock The Dock |
Properties
AssociatedWindow
Gets the DockWindow instance associated with the transaction.
Declaration
public DockWindow AssociatedWindow { get; }
Property Value
TargetWindow
Gets the DockWindow instance that is target for the transaction.
Declaration
public DockWindow TargetWindow { get; }
Property Value
TransactionType
Returns the Dock
Declaration
public override DockTransactionType TransactionType { get; }