AspMenu.AJAXRender property
Controls whether the menu gets rendered in an AJAX Refresh or not the server.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AJAXRender As Boolean
Get
Set
'Usage
Dim instance As AspMenu
Dim value As Boolean
value = instance.AJAXRender
instance.AJAXRender = value
public bool AJAXRender { get; set; }
Property value
Type: System.Boolean