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