TemplatedEditableDesignerRegion::SupportsDataBinding Property
.NET Framework (current version)
Gets or sets a value that indicates whether the template can be bound to a data source.
Assembly: System.Design (in System.Design.dll)
public: property bool SupportsDataBinding { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if the template represented by the region can be bound to a data source; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set this property. |
.NET Framework
Available since 2.0
Available since 2.0
Show: