Class DocumentWindow
Implements a special Dock
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.
|
Properties
DefaultCloseAction
Declaration
protected override DockWindowCloseAction DefaultCloseAction { get; }
Property Value
Overrides
DefaultDockState
Declaration
protected override DockState DefaultDockState { get; }
Property Value
Overrides
DockType
IsPinned
Gets or sets a value indicating whether the window is pinned.
Declaration
public bool IsPinned { get; set; }
Property Value
System.
|
Implements
Events
IsPinnedChanged
Declaration
public event EventHandler IsPinnedChanged
Event Type
System.
|