Click or drag to resize

AutoCompleteTextBoxSelectedItem Property

Gets or sets the selected item.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public Object SelectedItem { get; set; }

Property Value

Type: Object
The selected item.
See Also