[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath

ServicePath Property

ServicePath

Gets or sets the path to the Web service that provides the automatic completion.

Declaration
[TypeConverter(typeof(ServicePathConverter))]
public string ServicePath { get; set; }
<TypeConverter(GetType(ServicePathConverter))>
Public Property ServicePath As String
Remarks

This property determines the path to the Web service from which the extender
pulls the word or sentence completions. If this is not provided, the service method should be a page method.