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

TreeViewItem..::..IsSelected Property

Gets or sets a value indicating whether this instance is selected.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool IsSelected { get; set; }
Public Property IsSelected As Boolean
	Get
	Set
public:
property bool^ IsSelected {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is selected; otherwise, false.