FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Search Property

In This Topic
    Search Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint the cell selected while auto-searching.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Search As CellStyle
    public CellStyle Search {get;}
    Remarks
    Use the AutoSearch property to enable auto-searching.
    See Also