<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCol Class / HeaderFontWeight Property

In This Topic
    HeaderFontWeight Property (RowCol)
    In This Topic
    Gets or sets the FontWeight used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HeaderFontWeight As Nullable(Of FontWeight)
    public Nullable<FontWeight> HeaderFontWeight {get; set;}
    See Also