System.Web.UI.WebControls.WebParts.WebPart.IsClosed Property

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

Syntax

public bool IsClosed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Web.UI.WebControls.WebParts.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 WebPart.AllowClose.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0