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
Initializes a new PerformDockTransaction instance.
public PerformDockTransaction(DockState state, IEnumerable<DockWindow> windows, SplitPanel anchor, DockPosition position)
The target state for the transaction.
windowsIEnumerable<DockWindow>The associated DockWindow instances
anchorSplitPanelThe SplitPanel instance, which will be treated as a DockAnchor.
positionDockPositionThe DockPosition to be used when performing the DockWindow operation.
Properties
Gets the SplitPanel instance, which will be treated as a DockAnchor.
public SplitPanel DockAnchor { get; }
Gets the DockPosition to be used when performing the DockWindow operation.
public DockPosition Position { get; }