TemplatedControlDesigner::DataBindingsEnabled Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the designer allows data binding.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property bool DataBindingsEnabled {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true, if the designer allows data binding; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: