AdvancedFindViewModel..::..TreeRoot Property
Gets or sets the tree root.
Namespace:
RingSoft.DbMaintenanceAssembly: 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); }