PropertyGridEditorPart.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(); };
public override bool Display { get; }
member this.Display : bool
Public Overrides ReadOnly Property Display As Boolean

Property Value

A Boolean value that indicates whether the control should be displayed.

Remarks

The Display property returns false if the value on the base property is also false. Otherwise, if the control to be edited is not null, then the PropertyGridEditorPart control is displayed.

The Display property applies only when a page is in edit mode, and a WebPart control has been selected for editing.

Applies to

See also