ControlDesigner::DataBindingsEnabled Property

 

Gets a value indicating whether data binding is supported by the containing region for the associated control.

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

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

Property Value

Type: System::Boolean

true, if the container for the control supports data binding; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: