RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindTree..::..TreeRoot Property

Gets or sets the tree root.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public ObservableCollection<TreeViewItem> TreeRoot { get; set; }
Public Property TreeRoot As ObservableCollection(Of TreeViewItem)
	Get
	Set
public:
property ObservableCollection<TreeViewItem^>^ TreeRoot {
	ObservableCollection<TreeViewItem^>^ get ();
	void set (ObservableCollection<TreeViewItem^>^ value);
}

Field Value

The tree root.