Class RedockState
Represents an object that stores information about what was a docking window's previous state.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class RedockState : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
RedockState(DockWindow, DockState)
Initializes a new RedockState for the specified window and desired DockState.
Declaration
public RedockState(DockWindow window, DockState state)
Parameters
DockWindow
window
|
DockState
state
|
Properties
DockWindow
Gets the redock state provider.
Declaration
public DockWindow DockWindow { get; }
Property Value
DockWindow
|
IsValid
Determines whether the state is valid (the information needed for the state to be restored later on is valid).
Declaration
public virtual bool IsValid { get; }
Property Value
System.Boolean
|
SizeInfo
Gets the recorded size info.
Declaration
public SplitPanelSizeInfo SizeInfo { get; }
Property Value
SplitPanelSizeInfo
|
TabIndex
Gets the index of the state provider on the redock target TabStrip.
Declaration
public int TabIndex { get; }
Property Value
System.Int32
|
TargetState
Gets the redock position this state targets.
Declaration
public DockState TargetState { get; }
Property Value
DockState
|
TargetStrip
Gets the target strip for the redock operation.
Declaration
public DockTabStrip TargetStrip { get; }
Property Value
DockTabStrip
|