SPMobileNewFormNavigation.DisplayNavigation Property
Gets a value indicating whether the hyperlink 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 is visible; otherwise, false.
Remarks
This property is true if the user has permission to create a new item.
See Also
Reference
SPMobileNewFormNavigation Class