EditorPart::Display Property
Gets a value that indicates whether a control should be displayed when its associated WebPart control is in edit mode.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::BooleanA Boolean value that indicates whether the control should be displayed. The default value is true.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.