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

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

Definition

Constructors

Constructs a new instance of the CloseTransaction class.

C#
public CloseTransaction(IEnumerable<DockWindow> windows)
Parameters:windowsIEnumerable<DockWindow>

The DockWindow collection associated with the transaction.

Properties

Returns the Close transaction type.

C#
public override DockTransactionType TransactionType { get; }

Overrides: RadDockTransaction.TransactionType