FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ColumnHeaderFontWeight Property

In This Topic
    ColumnHeaderFontWeight Property
    In This Topic
    Gets or sets the font weight applied to column header cells.
    Syntax
    'Declaration
     
    Public Property ColumnHeaderFontWeight As FontWeight
    public FontWeight ColumnHeaderFontWeight {get; set;}
    See Also