Click or drag to resize
TextBoxControlAutoCompleteMinimumPrefixLength Property
Minimum number of characters that must be entered before getting suggestions from the web service.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public int AutoCompleteMinimumPrefixLength { get; set; }

Property Value

Type: Int32
See Also