SPMobileClearViewFilterNavigation.DisplayNavigation Property
Gets the value that indicates whether the Clear Filter link 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 link is visible; otherwise, false.
Remarks
DisplayNavigation returns true if the value of the "FilterField" and "FilterValue" URL query strings are both specified.
See Also
Reference
SPMobileClearViewFilterNavigation Class