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

TreeViewItems..::..Items Property

Gets or sets the items.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  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);
}

Field Value

The items.