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.
Documentation for this section has not yet been entered.
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.