mscorlib(4.0.0.0) API with additions
BindableSupport.cs
1 namespace System.ComponentModel
2 {
4  public enum BindableSupport
5  {
7  No,
9  Yes,
11  Default
12  }
13 }
The property is bindable at design time.
BindableSupport
Specifies values to indicate whether a property can be bound to a data element or another property.
The property is not bindable at design time.
The default setting for this enumeration, which is currently F:System.GCCollectionMode....