ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AutoSearchDelay Property

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