TemplateDefinition.SupportsDataBinding Property
.NET Framework 3.0
Retrieves or sets a value indicating whether the template supports data binding.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_SupportsDataBinding () /** @property */ public void set_SupportsDataBinding (boolean value)
public function get SupportsDataBinding () : boolean public function set SupportsDataBinding (value : boolean)
Not applicable.
Property Value
true if the template supports data binding; otherwise, false.Community Additions
ADD
Show: