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

Implements a transaction that is associated with a successful Redock request.

Definition

Constructors

Constructs a new RedockTransaction instance.

C#
public RedockTransaction(DockState state, IEnumerable<DockWindow> windows, bool defaultAction)
Parameters:stateDockState

The target DockState for the transaction.

windowsIEnumerable<DockWindow>defaultActionbool

Properties

Determines whether a default action will be performed for dock windows without previously saved state.

C#
public bool PerformDefaultAction { get; }

Gets the reason for the redock transaction.

C#
public RedockTransactionReason Reason { get; }

Returns the Redock transaction type.

C#
public override DockTransactionType TransactionType { get; }

Overrides: RadDockTransaction.TransactionType