FloatTransaction
Class
Implements a transaction that is associated with a FloatWindow operation.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class FloatTransaction : RadDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRadDockTransactionFloatTransaction
Implements:
Inherited Members
Constructors
Initializes a new FloatTransaction instance.
C#
public FloatTransaction(IEnumerable<DockWindow> windows, SplitPanel panel, Rectangle bounds, DockType containerType)
Initializes a new FloatTransaction instance.
C#
public FloatTransaction(IEnumerable<DockWindow> windows, SplitPanel panel, Rectangle bounds)
Properties
Gets the SplitPanel instance, associated with the transaction. Valid when a ToolTabStrip has been floated.
C#
public SplitPanel AssociatedPanel { get; }
Gets the bounds at which the associated windows should be floated.
C#
public Rectangle Bounds { get; }
Gets the type of the container the floating windows should have.
C#
public DockType ContainerDockType { get; }
Returns the Float dock transaction type.
C#
public override DockTransactionType TransactionType { get; }
Overrides: