DockPane Class

DevZest WPF Docking

DockPane Class
Represents a container for a collection of DockItem objects.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class DockPane : DockPaneNode
Public NotInheritable Class DockPane
	Inherits DockPaneNode

The DockPane type exposes the following members.

Properties
  NameDescription
Public propertyActiveItems
Gets a collection of active DockItem objects contained by this DockPane.
Public propertyCountOfVisibleItems
Gets the number of visible DockItem objects. This is a dependency property.
Public propertyDockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyDockPosition
Gets the dock position. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyDockTreePosition
Gets the dock tree position.
(Inherited from DockPaneNode.)
Public propertyFloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyItems
Gets a collection of DockItem objects contained by this DockPane.
Public propertyParent
Gets the parent DockPaneSplit of this DockPaneNode.
(Inherited from DockPaneNode.)
Public propertySelectedItem
Gets the currently selected DockItem. This is a dependency property.
Public propertyVisibleItems
Gets a collection of visible DockItem objects contained by this DockPane.
Top
Fields
  NameDescription
Public fieldStatic memberCountOfVisibleItemsProperty
Identifies the CountOfVisibleItems dependency property.
Public fieldStatic memberSelectedItemProperty
Identifies the SelectedItem dependency property.
Top
See Also