DynamicDataManager::Visible Property
.NET Framework (current version)
Gets a value that indicates whether the DynamicDataManager control is visible.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: [BrowsableAttribute(false)] property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
The DynamicDataManager is not a visible run-time control. The property is only used at design time in a designer.
.NET Framework
Available since 3.5
Available since 3.5
Show: