ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridFilterRow Class / Delay Property

In This Topic
    Delay Property (DataGridFilterRow)
    In This Topic
    Gets or sets the delay time used to filter after the last typed character.
    Syntax
    'Declaration
     
    
    Public Property Delay As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> Delay {get; set;}
    Remarks
    Setting this property to null will cause the filter will not be executed while the user types.
    See Also