ClassPerformDockTransaction
Implements a base transaction that is associated with a successful DockWindow request. Concrete inheritors are DockWindowTransaction and DragDropTransaction.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public abstract class PerformDockTransaction : RadDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRadDockTransactionPerformDockTransaction
Derived Classes:
Implements:
Inherited Members
Constructors
PerformDockTransaction(DockState, IEnumerable<DockWindow>, SplitPanel, DockPosition)
Initializes a new PerformDockTransaction instance.
Declaration
public PerformDockTransaction(DockState state, IEnumerable<DockWindow> windows, SplitPanel anchor, DockPosition position)
Parameters
state
The target state for the transaction.
windows
IEnumerable<DockWindow>
The associated DockWindow instances
anchor
The SplitPanel instance, which will be treated as a DockAnchor.
position
The DockPosition to be used when performing the DockWindow operation.
Properties
DockAnchor
Gets the SplitPanel instance, which will be treated as a DockAnchor.
Position
Gets the DockPosition to be used when performing the DockWindow operation.