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

AdvancedFindViewModel..::..TreeRoot Property

Gets or sets the tree root.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.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.