FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SearchApplyingEventArgs Class / Highlight Property

In This Topic
    Highlight Property (SearchApplyingEventArgs)
    In This Topic
    Gets whether the search results are highlighted. This property is obsolete. Use HighlightMode instead.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Highlight As Boolean
    public bool Highlight {get;}
    See Also