AutoCompleteBoxFormItemMinimumPrefixLength Property
Gets or sets the minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public int MinimumPrefixLength { get; set; }

Property Value

Type: Int32
See Also