Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HeaderedItemsControl Class / HeaderTemplateSelector Property

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