Click or drag to resize
TextBoxControlAutoCompleteServicePath Property
The path to the web service that the extender will pull the word\sentence completions from. If this is not provided, the service method should be a page method.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string AutoCompleteServicePath { get; set; }

Property Value

Type: String
See Also