TemplateDefinition::SupportsDataBinding Property

 

Retrieves or sets a value indicating whether the template supports data binding.

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

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

Property Value

Type: System::Boolean

true if the template supports data binding; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: