Share via


MobileListsColleagueProfilePageNavigation.DisplayNavigation property

Gets a value that indicates whether the control is visible.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 visible; otherwise, false.

Remarks

This control is visible only when the current user is not the owner of the current SPSite, and the file name of the requested page is mbllists.aspx.

See also

Reference

MobileListsColleagueProfilePageNavigation class

MobileListsColleagueProfilePageNavigation members

Microsoft.SharePoint.Portal.MobileControls namespace