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
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