Click or drag to resize

AutoCompleteTextBoxItemTemplate Property

Gets or sets the item template.

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

Property Value

Type: DataTemplate
The item template.
See Also