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

In This Topic
    HeaderTemplate Property (C1HeaderedItemsControl)
    In This Topic
    Template applied to the headers of all the items of the list.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also