'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> <System.ComponentModel.DescriptionAttribute("Enables AJAX behavior and disables the postback behavior of the control")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property AjaxEnabled As System.Boolean
'Usage
Dim instance As NWebControl Dim value As System.Boolean instance.AjaxEnabled = value value = instance.AjaxEnabled
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Enables AJAX behavior and disables the postback behavior of the control")] [System.ComponentModel.DefaultValue(false)] public System.bool AjaxEnabled {get; set;}