WebPartManager.Visible Property

Definition

Gets a value that enables child controls to be visible.

C#
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }

Property Value

A Boolean value that indicates whether a WebPartManager control and its child controls are visible. true in all cases.

Attributes

Exceptions

An attempt was made to assign a value to the property.

Remarks

The WebPartManager control overrides the base Control.Visible property to always return a value of true for the Visible property. Even though the WebPartManager control itself is not visible, the Visible property needs to be set to true so that all its child controls are visible by default.

If you try to set the value of the Visible property, it always generates an error because the WebPartManager control has overridden the base property behavior and prevents assigning any value to the property.

This property is not bindable in visual designers, but is bindable at runtime. For more information, see BindableAttribute.

Applies to

Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1