SPMobileSelectPeoplePickerFormButton.DisplayNavigation Property
Gets a value indicating whether the button is 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 button is displayed; otherwise, false.
Remarks
If the user has permission to browse the UserInfo list, this property is true.
See Also
Reference
SPMobileSelectPeoplePickerFormButton Class