Class DocumentWindow
Implements a special DockWindow that may reside within a document container only.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DocumentWindow : DockWindow, INotifyPropertyChanged, IDockWindow, IPinnable
Constructors
DocumentWindow()
DocumentWindow(String)
Initializes a new instance of the DocumentWindow class with the specified text.
Declaration
public DocumentWindow(string text)
Parameters
System.String
text
The initial text to display for the window. |
Properties
DefaultCloseAction
Gets the default action performed when this document window is closed.
Declaration
protected override DockWindowCloseAction DefaultCloseAction { get; }
Property Value
DockWindowCloseAction
|
Overrides
DefaultDockState
Gets the default dock state for this document window.
Declaration
protected override DockState DefaultDockState { get; }
Property Value
DockState
|
Overrides
DockType
Gets the dock type for this window. This value is always Document.
Declaration
public override DockType DockType { get; }
Property Value
DockType
|
Overrides
IsPinned
Gets or sets a value indicating whether the window is pinned.
Declaration
public bool IsPinned { get; set; }
Property Value
System.Boolean
|
Implements
Events
IsPinnedChanged
Occurs when the value of the IsPinned property changes.
Declaration
public event EventHandler IsPinnedChanged
Event Type
System.EventHandler
|