WebGrid.IsAjaxEnabled Property

Definition

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

public bool IsAjaxEnabled { get; }
member this.IsAjaxEnabled : bool
Public ReadOnly Property IsAjaxEnabled As Boolean

Property Value

true if the instance supports Ajax calls; otherwise, false..

Applies to