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()
Default contructor.
Declaration
public DocumentWindow()
DocumentWindow(String)
Initializes new DocumentWindow instance, using the provided Text.
Declaration
public DocumentWindow(string text)
Parameters
System.String
text
|
Properties
DefaultCloseAction
Declaration
protected override DockWindowCloseAction DefaultCloseAction { get; }
Property Value
DockWindowCloseAction
|
Overrides
DefaultDockState
Declaration
protected override DockState DefaultDockState { get; }
Property Value
DockState
|
Overrides
DockType
Returns 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
Declaration
public event EventHandler IsPinnedChanged
Event Type
System.EventHandler
|