AutoCompleteBoxFormItemMinimumPopulateDelay Property |
Gets or sets the minimum delay, in milliseconds, after text is typed in the
text box before the AutoCompleteBox control populates the list of possible matches.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic int MinimumPopulateDelay { get; set; }
Public Property MinimumPopulateDelay As Integer
Get
Set
Property Value
Type:
Int32
See Also