Click or drag to resize

TreeParameters(String, Frameworkelement) Constructor

Constructor - takes the logical name of the tree and the parent control.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public TreeParameters(
	
	string name,
	
	FrameworkElement? parentView
)

Parameters

name  String
The logical name of the tree.
parentView  FrameworkElement
The parent control.
See also