SPMobileButtonNavigation.DisplayNavigation, propriété (Microsoft.SharePoint.MobileControls)

Gets a value that indicates whether the navigation control should be visible.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
'Utilisation
Dim value As Boolean

value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }

Valeur de la propriété

true if the control is visible; otherwise, false.

Notes

This override makes the property false on the New form if adding new items to the list is not allowed, false on the Edit form if editing the list item is not allowed, and false on the Delete form if deleting the list item is not allowed. Hence, the default implementation is designed for controls that save whatever changes were made on the current form.

Voir aussi

Référence

SPMobileButtonNavigation, classe
Membres SPMobileButtonNavigation
Microsoft.SharePoint.MobileControls, espace de noms