ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / FullTextFilter Class / Delay Property

In This Topic
    Delay Property (FullTextFilter)
    In This Topic
    Gets or sets the delay that occurs between the key strokes and the value changed event.
    Syntax
    'Declaration
     
    
    Public Property Delay As TimeSpan
    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