DockTreeSplitControl Class

DevZest WPF Docking

DockTreeSplitControl Class
Displays a DockTreeSplit.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              DevZest.Windows.Docking.PrimitivesDockTreeSplitControl

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class DockTreeSplitControl : Control
Public Class DockTreeSplitControl
	Inherits Control

The DockTreeSplitControl type exposes the following members.

Constructors
  NameDescription
Public methodDockTreeSplitControl
Initializes a new instance of the DockTreeSplitControl class
Top
Properties
  NameDescription
Public propertyDockTreeSplit
Gets or sets the DockTreeSplit to display.
Top
Fields
  NameDescription
Public fieldStatic memberDockTreeSplitProperty
Identifies the DockTreeSplit dependency property.
Top
See Also