New to Telerik UI for WinFormsStart a free 30-day trial

Implements a base transaction that is associated with a successful DockWindow request. Concrete inheritors are DockWindowTransaction and DragDropTransaction.

Definition

Constructors

Initializes a new PerformDockTransaction instance.

C#
public PerformDockTransaction(DockState state, IEnumerable<DockWindow> windows, SplitPanel anchor, DockPosition position)
Parameters:stateDockState

The target state for the transaction.

windowsIEnumerable<DockWindow>

The associated DockWindow instances

anchorSplitPanel

The SplitPanel instance, which will be treated as a DockAnchor.

positionDockPosition

The DockPosition to be used when performing the DockWindow operation.

Properties

Gets the SplitPanel instance, which will be treated as a DockAnchor.

C#
public SplitPanel DockAnchor { get; }

Gets the DockPosition to be used when performing the DockWindow operation.

C#
public DockPosition Position { get; }