SPMobileEventsEditFormNavigation.DisplayNavigation Property
NOTE: This API is now obsolete.
Gets a value that indicates whether the hyperlink is visible.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPMobileEditFormNavigation class instead.")> _
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
Get
'Usage
Dim value As Boolean
value = Me.DisplayNavigation
[ObsoleteAttribute("Use SPMobileEditFormNavigation class instead.")]
protected override bool DisplayNavigation { get; }
Property Value
Type: System.Boolean
true if the hyperlink is visible; otherwise, false.
Remarks
In this override, if the event is recurring, DisplayNavigation returns false.
See Also
Reference
SPMobileEventsEditFormNavigation Class