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; }
Public Property ItemTemplate As DataTemplate
Get
Set
public:
property DataTemplate^ ItemTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
member ItemTemplate : DataTemplate with get, set
Property Value
Type:
DataTemplateThe item template.
See Also