WebGrid.IsAjaxEnabled Property

Returns a value that indicates whether the WebGrid instance can use Ajax calls to refresh the display.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property IsAjaxEnabled As Boolean 
    Get
'Usage
Dim instance As WebGrid 
Dim value As Boolean 

value = instance.IsAjaxEnabled
public bool IsAjaxEnabled { get; }
public:
property bool IsAjaxEnabled {
    bool get ();
}
member IsAjaxEnabled : bool
function get IsAjaxEnabled () : boolean

Property Value

Type: System.Boolean
true if the instance supports Ajax calls; otherwise, false..

See Also

Reference

WebGrid Class

System.Web.Helpers Namespace