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