SPMobileNavigation.DisplayNavigation Property
Gets a value that indicates whether the control is visible.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DisplayNavigation As Boolean
Get
'Usage
Dim value As Boolean
value = Me.DisplayNavigation
protected virtual bool DisplayNavigation { get; }
Property Value
Type: System.Boolean
true if the control is visible; otherwise, false.
Remarks
The default implementation always returns true.