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