ScriptManagerProxy::Visible Property
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return to top
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotImplementedException | A value is assigned to the Visible property. |
The Visible property is overridden in the ScriptManagerProxy class to prevent setting this property. The Visible property returns true unless it is inside a container, such as a UserControl whose Visible property is set to false.
.NET Framework
Available since 3.5
Available since 3.5
Show: