WebPart.Hidden Property
Gets or sets a value indicating whether the Web Part is displayed on a Web page.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Property Value
Type: System.Booleanfalse if the Web Part is displayed on a Web page; otherwise, true. The default value is false.
The Hidden property is ignored for static Web Parts (Web Parts not in a zone). To hide a static Web Part, you can do one of the following:
-
Use the IsVisible property, which renders the Web Part but prevents it from being displayed.
-
Use the underlying Control.Visible property to prevent the control from being rendered to the client.