FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property
    In This Topic
    Gets or sets the template used to display the contents of column header cells.
    Syntax
    'Declaration
     
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also