DockTreeClient.Split Property

DevZest WPF Docking

DockTreeClientSplit Property
Gets the root node of the tree converted from DockTree objects.

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

Property Value

Type: DockTreeSplit
The root node of the tree converted from DockTree objects.
Remarks

DockTreeClient converts the left, right, top, bottom and document DockTree objects into a tree of DockTreeSplit (non-leaf node) objects and DockTree (leaf node) objects. The Split property returns the root DockTreeSplit tree node.

See Also