Show / Hide Table of Contents

Class DockPane

Represents a container for a collection of DockItem objects.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
DockPaneNode
DockPane
Inherited Members
DockPaneNode.DockPositionProperty
DockPaneNode.DockControlProperty
DockPaneNode.FloatingWindowProperty
DockPaneNode.DockPosition
DockPaneNode.Parent
DockPaneNode.DockControl
DockPaneNode.FloatingWindow
DockPaneNode.DockTreePosition
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class DockPane : DockPaneNode

Fields

Name Description
CountOfVisibleItemsProperty

Identifies the CountOfVisibleItems dependency property.

SelectedItemProperty

Identifies the SelectedItem dependency property.

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.

Items

Gets a collection of DockItem objects contained by this DockPane.

SelectedItem

Gets the currently selected DockItem. This is a dependency property.

VisibleItems

Gets a collection of visible DockItem objects contained by this DockPane.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest