WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / TextFilter Class / Delay Property
In This Topic
    Delay Property (TextFilter)
    In This Topic
    Gets or sets the delay that occurs between the key strokes and the value changed event.
    Syntax
    public TimeSpan Delay {get; set;}
    Remarks
    Setting this delay to something bigger than zero allows skipping unnecessary events when the input box is used in filtering scenarios.
    See Also