ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / AjaxSettings Class / Async Property

In This Topic
    Async Property
    In This Topic
    Determines whether to use asynchronous calls. If you need synchronous requests, set this option to false.
    Syntax
    'Declaration
     
    Public Property Async As System.Boolean
    public System.bool Async {get; set;}
    See Also