FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle Class / FontBold Property

In This Topic
    FontBold Property (PivotConditionalFieldStyle)
    In This Topic
    Gets or sets a value that determines whether cells in this field should be shown in bold.
    Syntax
    'Declaration
     
    Public Property FontBold As Nullable(Of Boolean)
    public Nullable<bool> FontBold {get; set;}
    See Also