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: 8.2.23
Syntax public string AutoCompleteDelimiterCharacters { get; set; }
Property Value
Type:
StringSee Also