Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1HeaderedItemsControl Class / HeaderTemplateSelector Property

In This Topic
    HeaderTemplateSelector Property
    In This Topic
    Template selector used to specify different templates applied to the headers of the items.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplateSelector As DataTemplateSelector
    public DataTemplateSelector HeaderTemplateSelector {get; set;}
    See Also