WebPart.IsClosed Property

Definition

Gets a value that indicates whether a WebPart control is currently closed on a Web Parts page.

C#
[System.ComponentModel.Browsable(false)]
public bool IsClosed { get; }

Property Value

A Boolean value that indicates whether the control is closed.

Attributes

Remarks

A WebPart control that is closed is not rendered on the page and does not participate in page events. However, it is maintained in a page catalog by the Web Parts application, and can be added back to the page by users if the appropriate user interface (UI) is provided. For more information, see AllowClose.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also