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.
Gets the value that indicates whether the hyperlink control is visible.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
Get
'Usage
Dim value As Boolean
value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }
Property Value
Type: System.Boolean
true if the hyperlink control is visible; otherwise, false.
Remarks
This property returns true whenever the current view mode and the specified view mode are different.
See Also
Reference
SPMobileSwitchPageViewNavigation Class