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

AdvancedFindViewModel..::..SelectedTreeViewItem Property

Gets or sets the selected TreeView item.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public TreeViewItem SelectedTreeViewItem { get; set; }
Public Property SelectedTreeViewItem As TreeViewItem
	Get
	Set
public:
property TreeViewItem^ SelectedTreeViewItem {
	TreeViewItem^ get ();
	void set (TreeViewItem^ value);
}

Field Value

The selected TreeView item.