Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaExtender Class / EnableAjaxCall Property


In This Topic
    EnableAjaxCall Property (FormulaExtender)
    In This Topic
    Gets or sets the automatic or manual post back when the source control value changes.
    Syntax
    'Declaration
     
    
    Public Property EnableAjaxCall As Boolean
    'Usage
     
    
    Dim instance As FormulaExtender
    Dim value As Boolean
     
    instance.EnableAjaxCall = value
     
    value = instance.EnableAjaxCall
    public bool EnableAjaxCall {get; set;}
    See Also