DevZest WPF Docking
DockPane Class |
Represents a container for a collection of DockItem objects.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.Windows.DockingDockPaneNode
DevZest.Windows.DockingDockPane
System.WindowsDependencyObject
DevZest.Windows.DockingDockPaneNode
DevZest.Windows.DockingDockPane
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockPane type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveItems | Gets a collection of active DockItem objects contained by this DockPane. | |
CountOfVisibleItems | Gets the number of visible DockItem objects. This is a dependency property. | |
DockControl | Gets the DockControl which this DockPaneNode belongs to. This is a dependency property. (Inherited from DockPaneNode.) | |
DockPosition | Gets the dock position. This is a dependency property. (Inherited from DockPaneNode.) | |
DockTreePosition | Gets the dock tree position. (Inherited from DockPaneNode.) | |
FloatingWindow | Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property. (Inherited from DockPaneNode.) | |
Items | Gets a collection of DockItem objects contained by this DockPane. | |
Parent | Gets the parent DockPaneSplit of this DockPaneNode. (Inherited from DockPaneNode.) | |
SelectedItem | Gets the currently selected DockItem. This is a dependency property. | |
VisibleItems | Gets a collection of visible DockItem objects contained by this DockPane. |
Fields
Name | Description | |
---|---|---|
CountOfVisibleItemsProperty | Identifies the CountOfVisibleItems dependency property. | |
SelectedItemProperty | Identifies the SelectedItem dependency property. |
See Also