PagingButton.Visible property
Visible: override Visible to render nothing whenthe user does not have permission to view the list items.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Visible As Boolean
Get
Set
'Usage
Dim instance As PagingButton
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public override bool Visible { get; set; }
Property value
Type: System.Boolean