WebPart.IsClosed Property

Definition

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

public:
 property bool IsClosed { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsClosed { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsClosed : bool
Public ReadOnly Property IsClosed As Boolean

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

See also