TextBoxControlAutoCompleteShowOnlyCurrentWordInCompletionListItem Property |
If true and DelimiterCharacters are specified, then the AutoComplete list items display suggestions for the current word to be completed and do not display the rest of the tokens.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax public bool AutoCompleteShowOnlyCurrentWordInCompletionListItem { get; set; }
Property Value
Type:
BooleanSee Also