| 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: 13.0.131
 Syntax
Syntaxpublic string AutoCompleteDelimiterCharacters { get; set; }Property Value
Type: 
String See Also
See Also