Class DockWindowPlaceholder
A serializable placeholder, used primarily during RadDock's serialization process.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockWindowPlaceholder : DockWindow, INotifyPropertyChanged, IDockWindow
Constructors
DockWindowPlaceholder()
Default constructor.
Declaration
public DockWindowPlaceholder()
DockWindowPlaceholder(DockWindow)
Initializes the placeholder for the specified DockWindow instance.
Declaration
public DockWindowPlaceholder(DockWindow target)
Parameters
DockWindow
target
|
Properties
AutoHideSize
Declaration
public override Size AutoHideSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
DockWindowName
Gets the name of the associated DockWindow instance.
Declaration
public string DockWindowName { get; set; }
Property Value
System.String
|
DockWindowText
Gets the name of the associated DockWindow instance.
Declaration
public string DockWindowText { get; set; }
Property Value
System.String
|
Methods
ShouldSerializeDockWindowName()
Declaration
public bool ShouldSerializeDockWindowName()
Returns
System.Boolean
|
ShouldSerializeDockWindowText()
Declaration
public bool ShouldSerializeDockWindowText()
Returns
System.Boolean
|