TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeView Class / AutoSearchResetDelay Property

In This Topic
    AutoSearchResetDelay Property
    In This Topic
    Gets or sets a value for the delay (in milliseconds) used in the keyboard search.
    Syntax
    'Declaration
     
    
    Public Property AutoSearchResetDelay As Integer
    public int AutoSearchResetDelay {get; set;}
    See Also