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)
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 control is rendered on the page; otherwise false.
Remarks
The control is not rendered on the page if the current user does not have permission to delete the comment.
See Also
Reference
SPMobileCommentsDeletePageNavigation Class