SPMobileCommentsDeletePageNavigation.DisplayNavigation Property
Gets a value that indicates whether the control is visible on the page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
Get
'Usage
Dim value As Boolean
value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }
Type: System.Boolean
true if the control is rendered on the page; otherwise false.
The control is not rendered on the page if the current user does not have permission to delete the comment.
SPMobileCommentsDeletePageNavigation Class