Enables the application writer to provide custom selection logic for a template that is used to display the group header.
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As GroupStyle
Dim value As DataTemplateSelector
 
instance.HeaderTemplateSelector = value
 
value = instance.HeaderTemplateSelector  | 
 
            
            
            Property Value
An object that derives from 
System.Windows.Controls.DataTemplateSelector. The default is null.
 
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also