SPMobileFilterStatusLabel.Visible Property
Gets a value that indicates whether the SPMobileFilterStatusLabel control is rendered on the page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Visible As Boolean
Get
'Usage
Dim instance As SPMobileFilterStatusLabel
Dim value As Boolean
value = instance.Visible
public override bool Visible { get; }
Property Value
Type: System.Boolean
true if it is rendered; otherwise, false.
Remarks
Visible returns true if the values of the "FilterField" and "FilterValue" URL query strings are both specified.
See Also
Reference
SPMobileFilterStatusLabel Class