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.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic int MinimumPrefixLength { get; set; }
Public Property MinimumPrefixLength As Integer
Get
Set
Property Value
Type:
Int32
See Also