DevZest WPF Docking
DockPane Properties |
The DockPane type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveItems | ||
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 | ||
Parent | Gets the parent DockPaneSplit of this DockPaneNode. (Inherited from DockPaneNode.) |
|
SelectedItem |
Gets the currently selected DockItem. This is a dependency property.
|
|
VisibleItems |
See Also