Allows the application writer to provide custom logic for choosing a template used to display each item.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public DataTemplateSelector ItemTemplateSelector { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property ItemTemplateSelector As DataTemplateSelector |