New to Telerik UI for WinFormsStart a free 30-day trial

A predefined RedockState, used by a RedockService to restore a floating state.

Definition

Constructors

Initializes a new instance of the RedockFloatingState class.

C#
public RedockFloatingState(DockWindow window)
Parameters:windowDockWindow

Properties

Gets the floating window, target of the redock operation.

C#
public FloatingWindow FloatingWindow { get; }
C#
public override bool IsValid { get; }

Overrides: RedockState.IsValid