Click or drag to resize

AutoCompleteTextBoxDisplayMember Property

Gets or sets the display member, i.e. the property of the objects provided by Provider that should be displayed as text.

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

Property Value

Type: String
The display member.
See Also