TemplatedEditableDesignerRegion.SupportsDataBinding Property
.NET Framework 3.0
Gets whether the template can be bound to a data source.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual property bool SupportsDataBinding { bool get () override; void set (bool value) override; }
/** @property */ public boolean get_SupportsDataBinding () /** @property */ public void set_SupportsDataBinding (boolean value)
public override function get SupportsDataBinding () : boolean public override function set SupportsDataBinding (value : boolean)
Not applicable.
Property Value
true if the template represented by the region can be bound to a data source; otherwise, false.Community Additions
ADD
Show: