Click or drag to resize
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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string AutoCompleteDelimiterCharacters { get; set; }

Property Value

Type: String
See Also