FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FullTextFilter Class / HighlightedForeground Property

In This Topic
    HighlightedForeground Property
    In This Topic
    Gets or sets the brush used to highlight the cell foreground that matches the searched text.
    Syntax
    'Declaration
     
    Public Property HighlightedForeground As Brush
    public Brush HighlightedForeground {get; set;}
    See Also