ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1TreeView
    Dim value As Integer
     
    instance.AutoSearchResetDelay = value
     
    value = instance.AutoSearchResetDelay
    public int AutoSearchResetDelay {get; set;}
    public:
    property int AutoSearchResetDelay {
       int get();
       void set (    int value);
    }
    See Also