FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyle Class / SearchBackColor Property

In This Topic
    SearchBackColor Property (CellStyle)
    In This Topic
    Gets or sets the background color of the searched text in the cell.
    Syntax
    'Declaration
     
    
    Public Property SearchBackColor As Color
    public Color SearchBackColor {get; set;}
    Remarks
    This color is used when searching through ApplySearch(String,Boolean,Boolean,Boolean,Boolean) method or through C1FlexGridSearchPanel control.
    See Also