Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / EnableCaching Property
Example


In This Topic
    EnableCaching Property
    In This Topic
    Gets or sets whether client-side caching is enabled for automatic completion.
    Syntax
    'Declaration
     
    
    Public Property EnableCaching As Boolean
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As Boolean
     
    instance.EnableCaching = value
     
    value = instance.EnableCaching
    public bool EnableCaching {get; set;}

    Property Value

    Boolean: true if client-side caching is enabled; false otherwise
    Example
    This example uses a Web service for an automatic completion cell.
    See Also