Share via


SPMobileSelectStandardFormButton.DisplayNavigation property

NOTE: This API is now obsolete.

Gets a value indicating whether the button should be displayed or not.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.DisplayNavigation
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override bool DisplayNavigation { get; }

Property value

Type: System.Boolean
true if the button is displayed; otherwise, false.

See also

Reference

SPMobileSelectStandardFormButton class

SPMobileSelectStandardFormButton members

Microsoft.SharePoint.MobileControls namespace