| 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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic string AutoCompleteDelimiterCharacters { get; set; }Property Value
Type: 
String See Also
See Also