Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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