TextBoxControlAutoCompleteDelimiterCharacters Property |
Specifies one or more character(s) used to separate words. The text in the AutoComplete textbox is tokenized using these characters and the webservice completes the last token.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public string AutoCompleteDelimiterCharacters { get; set; }
Property Value
Type:
StringSee Also