SPMobileEventsSaveNavigation.DisplayNavigation Property
Gets a value that indicates whether the control is visible.
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 control is visible; otherwise, false.
Remarks
In this override, if the item is not an expanded recurring event, then the value of the DisplayNavigation property is true.
See Also
Reference
SPMobileEventsSaveNavigation Class