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

In This Topic
    HeaderTemplate Property (Column)
    In This Topic
    Gets or sets the template used to display the contents of column header cells.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property HeaderTemplate As DataTemplate
    [DefaultValue("")]
    public DataTemplate HeaderTemplate {get; set;}
    See Also