DockTreeSplitControl.DockTreeSplit Property

DevZest WPF Docking

DockTreeSplitControlDockTreeSplit Property
Gets or sets the DockTreeSplit to display.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockTreeSplit DockTreeSplit { get; set; }
Public Property DockTreeSplit As DockTreeSplit
	Get
	Set

Property Value

Type: DockTreeSplit
The DockTreeSplit to display.
See Also