DataSourceControl.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)
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to set the value of the Visible property. |
Because the DataSourceControl control has no visual rendering, the Visible property always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: