Class RedockFloatingState
A predefined RedockState, used by a RedockService to restore a floating state.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class RedockFloatingState : RedockState, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
RedockFloatingState(DockWindow)
Initializes a new instance of the RedockFloatingState class.
Declaration
public RedockFloatingState(DockWindow window)
Parameters
DockWindow
window
|
Properties
FloatingWindow
Gets the floating window, target of the redock operation.
Declaration
public FloatingWindow FloatingWindow { get; }
Property Value
FloatingWindow
|
IsValid
Declaration
public override bool IsValid { get; }
Property Value
System.Boolean
|