SPMobileWikiAllPagesNavigation.DisplayNavigation Property
Gets a value that indicates whether the control is visible on the mobile page.
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 control is visible on the page; otherwise false.
Remarks
true is returned if the current list is a Web page library and the user has permission to view it.
See Also
Reference
SPMobileWikiAllPagesNavigation Class