ComponentOne Basic Library for WPF and Silverlight
AutoSearchResetDelay Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : AutoSearchResetDelay Property
Gets or Sets a value for the delay (in milliseconds) used in the keyboard search.
Syntax
'Declaration
 
Public Property AutoSearchResetDelay As System.Integer
'Usage
 
Dim instance As C1TreeView
Dim value As System.Integer
 
instance.AutoSearchResetDelay = value
 
value = instance.AutoSearchResetDelay
public System.int AutoSearchResetDelay {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members