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