TreeView::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the control is rendered as UI on the page.
Assembly: System.Web (in System.Web.dll)
public: property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
If the Visible property is set to false, the control is not rendered.
.NET Framework
Available since 2.0
Available since 2.0
Show: