ClassRedockFloatingState
Class
A predefined RedockState, used by a RedockService to restore a floating state.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class RedockFloatingState : RedockState, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRedockStateRedockFloatingState
Implements:
Inherited Members
Constructors
RedockFloatingState(DockWindow)
Initializes a new instance of the RedockFloatingState class.
Declaration
cs-api-definition
public RedockFloatingState(DockWindow window)
Parameters
window
Properties
FloatingWindow
Gets the floating window, target of the redock operation.
Declaration
cs-api-definition
public FloatingWindow FloatingWindow { get; }
Property Value