FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridSearchPanel Class / HighlightSearchResults Property

In This Topic
    HighlightSearchResults Property
    In This Topic
    Gets or sets whether the search string is highlighted within located records. This property is obsolete. Use HighlightSearchResultsMode instead.
    Syntax
    'Declaration
     
    
    Public Property HighlightSearchResults As Boolean
    public bool HighlightSearchResults {get; set;}
    See Also