<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / HeaderFontWeight Property

In This Topic
    HeaderFontWeight Property (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Property HeaderFontWeight As Nullable(Of FontWeight)
    public Nullable<FontWeight> HeaderFontWeight {get; set;}
    See Also