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

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