TreeViewItems..::..Items Property
Gets or sets the items.
Namespace:
RingSoft.DbLookup.AdvancedFindAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public ObservableCollection<TreeViewItem> Items { get; set; }
Public Property Items As ObservableCollection(Of TreeViewItem) Get Set
public: property ObservableCollection<TreeViewItem^>^ Items { ObservableCollection<TreeViewItem^>^ get (); void set (ObservableCollection<TreeViewItem^>^ value); }