RedockState
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:
C#
public class RedockState : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRedockState
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new RedockState for the specified window and desired DockState.
Properties
Gets the redock state provider.
C#
public DockWindow DockWindow { get; }
Determines whether the state is valid (the information needed for the state to be restored later on is valid).
C#
public virtual bool IsValid { get; }
Gets the recorded size info.
C#
public SplitPanelSizeInfo SizeInfo { get; }
Gets the index of the state provider on the redock target TabStrip.
C#
public int TabIndex { get; }
Gets the redock position this state targets.
C#
public DockState TargetState { get; }
Gets the target strip for the redock operation.
C#
public DockTabStrip TargetStrip { get; }