EditableDesignerRegion::SupportsDataBinding Property

 

Gets or sets a value indicating whether the region can be bound to a data source.

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

public:
property bool SupportsDataBinding {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the EditableDesignerRegion content supports binding to a data source; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: