HierarchicalDataSourceControl::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the control is visually displayed.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to set the value of the Visible property. |
Because the HierarchicalDataSourceControl class has no visual rendering, Visible always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: