BindableSupport Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies values to indicate whether a property can be bound to a data element or another property.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Syntax
'Declaration
Public Enumeration BindableSupport
public enum BindableSupport
Members
Member name | Description | |
---|---|---|
No | The property is not bindable at design time. | |
Yes | The property is not bindable at design time. | |
Default | The property is set to the default. |
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.