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

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is a static control, which means the control is declared in the markup of a Web Parts page and not added to the page programmatically.

Syntax

public bool IsStatic { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A static System.Web.UI.WebControls.WebParts.WebPart control is one that is declared in the markup of a Web Parts page. This contrasts with a dynamic System.Web.UI.WebControls.WebParts.WebPart control, which is added either programmatically or by a user selecting the control from a catalog of controls at run time.

Requirements

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