ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also