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

In This Topic
    AutoSearchDelay Property (C1FlexGrid)
    In This Topic
    Gets or sets the delay (in seconds) before the AutoSearch buffer is reset.
    Syntax
    'Declaration
     
    
    Public Property AutoSearchDelay As Double
    public double AutoSearchDelay {get; set;}
    Remarks
    See the AutoSearch property for details.
    See Also