Manages the document windows in a RadDock instance.
Supports additional collection of all DockWindow instances that reside within a DocumentTabStrip. The collection's sort order depends on the activation precedence.
Provides methods for navigating to next and previous document. Keeps track of the currently active window.
Namespace: Telerik.WinControls.UI.DockingAssembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DocumentManager : RadDockObject |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class DocumentManager _
Inherits RadDockObject |
Inheritance Hierarchy
See Also