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

In This Topic
    Delay Property (C1FullTextSearchBehavior)
    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;}
    See Also