WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    public TimeSpan Delay {get; set;}
    Remarks
    This parameter is useful to avoid early filters when typing a burst of keystrokes.
    See Also