EditorPart.Display Property

Definition

Gets a value that indicates whether a control should be displayed when its associated WebPart control is in edit mode.

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

Property Value

A Boolean value that indicates whether the control should be displayed. The default value is true.

Attributes

Remarks

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

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

Applies to

See also