BindableSupport Enumeration
.NET Framework (current version)
Specifies values to indicate whether a property can be bound to a data element or another property.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Default | The property is set to the default. | |
| No | The property is not bindable at design time. | |
| Yes | The property is bindable at design time. |
This class is used at design time to indicate whether a designer should offer a property as available for data binding in a visual designer. This class does not affect whether the property can be data bound at runtime.
For an example on how to use the BindableSupport enumeration to indicate whether a property can be bound, see the sample code in BindableAttribute.BindableAttribute.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: