SPMobileNavigation.DisplayNavigation Property

Gets a value that indicates whether the control is visible.

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

Syntax

Protected Overridable ReadOnly Property DisplayNavigation As Boolean
    Get

Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the control is visible; otherwise, false.

Remarks

The default implementation always returns true.

See Also

Reference

SPMobileNavigation Class

SPMobileNavigation Members

Microsoft.SharePoint.MobileControls Namespace