SPMobileNextItemNavigation.DisplayNavigation Property
Gets the value that indicates whether the link to the next list item will be displayed.
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 link to the next list item is visible; otherwise, false.
See Also
Reference
SPMobileNextItemNavigation Class