FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridFilterRow Class / Delay Property

In This Topic
    Delay Property (GridFilterRow)
    In This Topic
    Gets or sets the delay before performing the filtering.
    Syntax
    'Declaration
     
    Public Property Delay As TimeSpan
    public TimeSpan Delay {get; set;}
    Remarks
    This parameter is useful to avoid early filters when typing a burst of keystrokes.
    See Also