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

In This Topic
    SearchMode Property (C1FlexGridSearchPanel)
    In This Topic
    Gets or sets whether data searching starts automatically, or must be started manually.
    Syntax
    'Declaration
     
    
    Public Property SearchMode As SearchMode
    public SearchMode SearchMode {get; set;}
    See Also