DynamicDataManager::Visible Property

 

Gets a value that indicates whether the DynamicDataManager control is visible.

Namespace:   System.Web.DynamicData
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;
}

Property Value

Type: System::Boolean

true if the DynamicDataManager is visible; otherwise false.

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
Return to top
Show: