A serializable placeholder, used primarily during RadDock's serialization process.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class DockWindowPlaceholder : DockWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged, IDockWindow
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlTabPanelDockWindowDockWindowPlaceholder...
Implements:
Inherited Members
Constructors
Default constructor.
C#
public DockWindowPlaceholder()
Initializes the placeholder for the specified DockWindow instance.
Properties
C#
[Browsable(true)]
public override Size AutoHideSize { get; set; }
Overrides:
Gets the name of the associated DockWindow instance.
C#
public string DockWindowName { get; set; }
Gets the name of the associated DockWindow instance.
C#
public string DockWindowText { get; set; }