System.Web.UI.WebControls.WebParts.EditorPart.Display Property

Gets a value that indicates whether a control should be displayed when its associated System.Web.UI.WebControls.WebParts.WebPart control is in edit mode.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public virtual bool Display { get; }

Value

Documentation for this section has not yet been entered.

Remarks

At certain points in the editing process, the zone that contains an System.Web.UI.WebControls.WebParts.EditorPart control checks the EditorPart.Display property to determine whether to display the control.

There are two scenarios where the EditorPart.Display property returns false and the System.Web.UI.WebControls.WebParts.EditorPart control is not displayed. The first scenario occurs when the control being edited is a System.Web.UI.WebControls.WebParts.ProxyWebPart control. The second scenario occurs when the control being edited has its WebPart.AllowEdit and WebPart.IsShared properties set to true, while the page's personalization scope is set at user level.

Requirements

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