AspMenu.AdjustForShowStartingNode property
This setting supports certain scenarios where a master page contains an AspMenu control that is bound to a SiteMapDataSource whose configuration is not known in advance. This property is false by default.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AdjustForShowStartingNode As Boolean
Get
Set
'Usage
Dim instance As AspMenu
Dim value As Boolean
value = instance.AdjustForShowStartingNode
instance.AdjustForShowStartingNode = value
public bool AdjustForShowStartingNode { get; set; }
Property value
Type: System.Boolean