ComponentOne Xamarin.iOS
Delay Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1AutoComplete Class : Delay Property
Gets or sets the delay, in milliseconds, between when input occurs and when the search is performed.
Syntax
'Declaration
 
Public Property Delay As TimeSpan
'Usage
 
Dim instance As C1AutoComplete
Dim value As TimeSpan
 
instance.Delay = value
 
value = instance.Delay
public TimeSpan Delay {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members