FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterRow Class / Delay Property

In This Topic
    Delay Property (C1FlexGridFilterRow)
    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