DockPane Properties

DevZest WPF Docking

DockPane Properties

The DockPane type exposes the following members.

Properties
  Name Description
Public property ActiveItems
Gets a collection of active DockItem objects contained by this DockPane.
Public property CountOfVisibleItems
Gets the number of visible DockItem objects. This is a dependency property.
Public property DockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public property DockPosition
Gets the dock position. This is a dependency property.
(Inherited from DockPaneNode.)
Public property DockTreePosition
Gets the dock tree position.
(Inherited from DockPaneNode.)
Public property FloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public property Items
Gets a collection of DockItem objects contained by this DockPane.
Public property Parent
Gets the parent DockPaneSplit of this DockPaneNode.
(Inherited from DockPaneNode.)
Public property SelectedItem
Gets the currently selected DockItem. This is a dependency property.
Public property VisibleItems
Gets a collection of visible DockItem objects contained by this DockPane.
Top
See Also