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.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public int MinimumPopulateDelay { get; set; }

Property Value

Type: Int32
See Also